Date: Friday, August 3, 2018 @ 20:33:06 Author: foxboron Revision: 367631
upgpkg: gopass 1.8.2-2 Fixed correct version Modified: gopass/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-03 20:24:41 UTC (rev 367630) +++ PKGBUILD 2018-08-03 20:33:06 UTC (rev 367631) @@ -1,7 +1,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=gopass pkgver=1.8.2 -pkgrel=1 +pkgrel=2 pkgdesc="The slightly more awesome standard unix password manager for teams." arch=('x86_64') url="https://github.com/gopasspw/gopass" @@ -19,6 +19,10 @@ mv "${pkgname}-${pkgver}"/vendor/* src/ mkdir -p src/github.com/gopasspw ln -rTsf "${pkgname}-${pkgver}" src/github.com/gopasspw/gopass + + # Fix version for build + cd "${pkgname}-${pkgver}" + echo $pkgver > VERSION } build(){
