summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c042b7c90b9..3d7d0c880490 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cups-ipp14
pkgver = 2.2.6
- pkgrel = 1
+ pkgrel = 2
url = https://www.cups.org/
arch = i686
arch = x86_64
@@ -27,7 +27,6 @@ pkgbase = cups-ipp14
makedepends = libpaper
makedepends = valgrind
provides = cups
- provides = cups-ipp14
conflicts = cups
replaces = cups
source = https://github.com/apple/cups/releases/download/v2.2.6/cups-2.2.6-source.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 54a7d8644997..3be7236a128a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ pkgbase="${_pkgbase}-ipp14"
#pkgname=('libcups-ipp14' 'cups-ipp14')
pkgname=(${pkgbase})
pkgver=2.2.6
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
-provides=('cups' 'cups-ipp14')
+provides=('cups')
replaces=('cups')
conflicts=('cups')
license=('GPL')