]> git.friedersdorff.com Git - max/slackbuilds.git/commitdiff
Use most recent git version to build password-store
authorMaximilian Friedersdorff <max@friedersdorff.com>
Thu, 23 Feb 2017 10:50:38 +0000 (10:50 +0000)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Thu, 23 Feb 2017 10:50:38 +0000 (10:50 +0000)
system/password-store/password-store.SlackBuild
system/password-store/password-store.info

index 988563abb0e9cbf4d002044e641c1aeef8ec47b0..fc8ea147238a6ced3233f42dfff266147753c6e1 100644 (file)
@@ -3,6 +3,7 @@
 # Slackware build script for password-store
 
 # Copyright 2013 Michael Ren <micron33@gmail.com>
+# Copyright 2017 Maximilian Friedersdorff <max@friedersdorff.com>
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
@@ -23,9 +24,9 @@
 #  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 PRGNAM=password-store
-VERSION=${VERSION:-git}
+VERSION=${VERSION:-master}
 BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
+TAG=${TAG:-_max}
 
 ARCH=noarch
 
index a8c469bb1e684ef3d380eae01be792c607a78a93..016b5a34a128b20c16eccde3520ba1dbed377781 100644 (file)
@@ -1,10 +1,10 @@
 PRGNAM="password-store"
-VERSION="1.6.5"
+VERSION="master"
 HOMEPAGE="https://www.passwordstore.org/"
-DOWNLOAD="https://git.zx2c4.com/password-store/snapshot/password-store-1.6.5.tar.xz"
-MD5SUM="2c4468360c678184051e76f03c2f6b04"
+DOWNLOAD="https://git.zx2c4.com/password-store/snapshot/password-store-master.tar.xz"
+MD5SUM=""
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES="xclip pwgen"
-MAINTAINER="Michael Ren"
-EMAIL="micron33@gmail.com"
+MAINTAINER="Maximilian Friedersdorff"
+EMAIL="max@friedersdorff.com"