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

View File

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