summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGicu GORODENCO2018-02-11 22:11:12 +0100
committerGicu GORODENCO2018-02-11 22:11:12 +0100
commit7ce179f235f4519a2fe5b4f5cf04dc11a1f9ef04 (patch)
treeb9920b7654cdd24d275a95053aca9745ad675b85
parent0725e73026c6fc1a484dd60acc3c78afe4d871f1 (diff)
downloadaur-7ce179f235f4519a2fe5b4f5cf04dc11a1f9ef04.tar.gz
Using specific 2.2.6-4 version in provides to avoid dependency breaking
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9261500de83d..55e760224473 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libcups-ipp14
pkgver = 2.2.6
- pkgrel = 2
+ pkgrel = 4
url = https://www.cups.org/
arch = i686
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = libcups-ipp14
makedepends = inetutils
makedepends = libpaper
makedepends = valgrind
- provides = libcups
+ provides = libcups=2.2.6-4
conflicts = libcups
replaces = libcups
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 825e564393af..a11200f29b19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ pkgbase="libcups-ipp14"
#pkgname=('libcups-ipp14' 'cups-ipp14')
pkgname=(${pkgbase})
pkgver=2.2.6
-pkgrel=2
+pkgrel=4
arch=('i686' 'x86_64')
-provides=('libcups')
+provides=('libcups=2.2.6-4')
replaces=('libcups')
conflicts=('libcups')
license=('GPL')