summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-07-18 19:19:19 +0200
committerFabioLolix2021-07-18 19:19:19 +0200
commitcc5d59e34c37686ae4a0c61ef2830de82fa725ee (patch)
tree188e743b18818d832290654521d2642d8d124b10
parent48c5a4093ea1dd7f36fa56ce75aa3f846faf4fce (diff)
downloadaur-cc5d59e34c37686ae4a0c61ef2830de82fa725ee.tar.gz
fix build
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08d19ff85420..83c07ece1dbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,5 @@
-# Generated by mksrcinfo v8
-# Wed Jul 17 02:25:49 UTC 2019
pkgbase = cups-git
- pkgver = 2.3rc1.r29.g664789488
+ pkgver = 2.3.3.r28.gab83aeec8
pkgrel = 1
url = https://www.cups.org/
arch = x86_64
@@ -28,7 +26,7 @@ pkgbase = cups-git
makedepends = libpaper
makedepends = valgrind
makedepends = git
- source = git://github.com/apple/cups.git
+ source = git+https://github.com/apple/cups.git
source = cups.logrotate
source = cups.pam
source = cups.sysusers
@@ -38,6 +36,9 @@ pkgbase = cups-git
source = cups-systemd-socket.patch
source = guid.patch
source = samsung-printer-workaround.patch
+ validpgpkeys = 3737FD0D0E63B30172440D2DDBA3A7AB08D76223
+ validpgpkeys = 45D083946E3035282B3CCA9AF434104235DA97EB
+ validpgpkeys = 845464660B686AAB36540B6F999559A027815955
sha256sums = SKIP
sha256sums = d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9
sha256sums = 57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5
@@ -57,7 +58,7 @@ pkgname = libcups-git
depends = krb5
depends = avahi
depends = libusb
- provides = libcups=2.3rc1
+ provides = libcups=2.3.3
conflicts = libcups
pkgname = cups-git
@@ -65,7 +66,7 @@ pkgname = cups-git
install = cups.install
depends = acl
depends = pam
- depends = libcups>=2.3rc1
+ depends = libcups>=2.3.3
depends = cups-filters
depends = bc
depends = dbus
@@ -75,7 +76,7 @@ pkgname = cups-git
depends = libcups-git
optdepends = xdg-utils: xdg .desktop file support
optdepends = colord: for ICC color profile support
- provides = cups=2.3rc1
+ provides = cups=2.3.3
conflicts = cups
backup = etc/cups/cupsd.conf
backup = etc/cups/snmp.conf
@@ -85,4 +86,3 @@ pkgname = cups-git
backup = etc/cups/subscriptions.conf
backup = etc/logrotate.d/cups
backup = etc/pam.d/cups
-
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