summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2021-07-18 19:19:19 +0200
committerFabioLolix2021-07-18 19:19:19 +0200
commitcc5d59e34c37686ae4a0c61ef2830de82fa725ee (patch)
tree188e743b18818d832290654521d2642d8d124b10 /PKGBUILD
parent48c5a4093ea1dd7f36fa56ce75aa3f846faf4fce (diff)
downloadaur-cc5d59e34c37686ae4a0c61ef2830de82fa725ee.tar.gz
fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e669734341d6..c814e9480cab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase="cups"
pkgname=('libcups' 'cups')
-pkgver=2.3rc1.r29.g664789488
+pkgver=2.3.3.r28.gab83aeec8
pkgrel=1
arch=('x86_64')
license=('GPL')
@@ -13,7 +13,7 @@ makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus'
'avahi' 'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 'valgrind')
_srcdir='cups'
-source=(git://github.com/apple/cups.git
+source=(git+https://github.com/apple/cups.git
cups.logrotate
cups.pam
cups.sysusers
@@ -24,7 +24,7 @@ source=(git://github.com/apple/cups.git
# bugfixes
cups-systemd-socket.patch
guid.patch
- samsung-printer-workaround.patch)
+ samsung-printer-workaround.patch)
sha256sums=('SKIP'
'd87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
@@ -193,9 +193,9 @@ conflicts=('cups')
chgrp -R 209 ${pkgdir}/etc/cups
# fix dbus policy location - --with-dbusdir doens't work
- install -dm755 ${pkgdir}/usr/share/dbus-1/system.d
- mv ${pkgdir}/etc/dbus-1/system.d/cups.conf ${pkgdir}/usr/share/dbus-1/system.d
- rm -rf ${pkgdir}/etc/dbus-1
+ #install -dm755 ${pkgdir}/usr/share/dbus-1/system.d
+ #mv ${pkgdir}/etc/dbus-1/system.d/cups.conf ${pkgdir}/usr/share/dbus-1/system.d
+ #rm -rf ${pkgdir}/etc/dbus-1
# fix .desktop file
sed -i 's|^Exec=htmlview http://localhost:631/|Exec=xdg-open http://localhost:631/|g' ${pkgdir}/usr/share/applications/cups.desktop