[arch-commits] Commit in pass/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Wed Jun 17 15:41:49 UTC 2015
Date: Wednesday, June 17, 2015 @ 17:41:49
Author: bpiotrowski
Revision: 135525
Switch download URL to main git repository
It was changed before to Github mirror due to issues with tarball download.
Modified:
pass/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-06-17 15:41:39 UTC (rev 135524)
+++ PKGBUILD 2015-06-17 15:41:49 UTC (rev 135525)
@@ -14,8 +14,8 @@
replaces=('passmenu')
provides=('passmenu')
conflicts=('passmenu')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zx2c4/password-store/archive/${pkgver}.tar.gz")
-md5sums=('cd2a4a905f1c3ecbc3f1c3768701e2cc')
+source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz)
+md5sums=('2c4468360c678184051e76f03c2f6b04')
package() {
cd "${srcdir}/password-store-$pkgver/"
More information about the arch-commits
mailing list