Updates to v0.0.4

This commit is contained in:
Nemo 2017-12-30 09:59:41 +05:30
parent 9e9deac5b4
commit ccf5998812
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = karn pkgbase = karn
pkgdesc = Manage multiple Git identities with ease pkgdesc = Manage multiple Git identities with ease
pkgver = 0.0.3 pkgver = 0.0.4
pkgrel = 1 pkgrel = 1
url = https://github.com/prydonius/karn url = https://github.com/prydonius/karn
arch = x86_64 arch = x86_64
@ -9,8 +9,8 @@ pkgbase = karn
makedepends = go makedepends = go
options = !strip options = !strip
options = !emptydirs options = !emptydirs
source = https://github.com/prydonius/karn/archive/v0.0.3.tar.gz source = https://github.com/prydonius/karn/archive/v0.0.4.tar.gz
sha256sums = a9336abe63dbf6b952e1e4a3d4c31ed62dda69aa51e53f07902edb894638162d sha256sums = 68d244558ef62cf1da2b87927a0a2fbf907247cdd770fc8c84bf72057195a6cb
pkgname = karn pkgname = karn

View File

@ -1,7 +1,7 @@
# Maintainer: Nemo <archlinux [at] captnemo.in> # Maintainer: Nemo <archlinux [at] captnemo.in>
pkgname=karn pkgname=karn
pkgver=0.0.3 pkgver=0.0.4
pkgrel=1 pkgrel=1
pkgdesc="Manage multiple Git identities with ease" pkgdesc="Manage multiple Git identities with ease"
arch=('x86_64' 'i686') arch=('x86_64' 'i686')
@ -10,12 +10,12 @@ license=('MIT')
makedepends=('go') makedepends=('go')
options=('!strip' '!emptydirs') options=('!strip' '!emptydirs')
source=("https://github.com/prydonius/karn/archive/v$pkgver.tar.gz") source=("https://github.com/prydonius/karn/archive/v$pkgver.tar.gz")
sha256sums=('a9336abe63dbf6b952e1e4a3d4c31ed62dda69aa51e53f07902edb894638162d') sha256sums=('68d244558ef62cf1da2b87927a0a2fbf907247cdd770fc8c84bf72057195a6cb')
prepare() { prepare() {
GOPATH=`pwd` GOPATH=`pwd`
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"
go get github.com/codegangsta/cli go get github.com/urfave/cli
} }
build() { build() {