[arch-commits] Commit in cloudprint-cups/trunk (PKGBUILD)
Filipe LaĆns
ffy00 at archlinux.org
Sat Dec 21 15:20:09 UTC 2019
Date: Saturday, December 21, 2019 @ 15:20:08
Author: ffy00
Revision: 538611
make package reproducible
Modified:
cloudprint-cups/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-21 15:19:53 UTC (rev 538610)
+++ PKGBUILD 2019-12-21 15:20:08 UTC (rev 538611)
@@ -13,7 +13,7 @@
depends=('cups' 'imagemagick' 'ghostscript' 'python2-pycups' 'python2' 'python2-httplib2' 'python2-six')
makedepends=('git')
install=$pkgname.install
-source=("git://github.com/simoncadman/CUPS-Cloud-Print.git#commit=$_commit")
+source=("git+$url#commit=$_commit")
sha512sums=('SKIP')
pkgver() {
@@ -33,7 +33,7 @@
package() {
cd $_gitname
- NOPERMS=1 make DESTDIR="$pkgdir" install
+ NOPERMS=1 make DESTDIR="$pkgdir" INSTALL='install -p' install
python2 -O -m compileall "$pkgdir"/usr/share/$pkgname
install -dm 755 "$pkgdir"/usr/bin
More information about the arch-commits
mailing list