summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-01-05 22:47:05 +0100
committerDaniel Peukert2020-01-05 22:47:05 +0100
commitd647a8a9f80c9f0b19dd7b7d09bc718bb655c671 (patch)
treeba67a0c9d98cea39655f78902c765419c328284c
parent9085bf62a23de4ee3abcc557b908f1657f1a1797 (diff)
downloadaur-d647a8a9f80c9f0b19dd7b7d09bc718bb655c671.tar.gz
Added conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55fbd822cbb7..295aed109a0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cloudprint-cups-git
pkgdesc = Google Cloud Print driver for CUPS, allows printing to printers hosted on GCP - git version
pkgver = 20160502.r16.g1f27903
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/simoncadman/CUPS-Cloud-Print
install = cloudprint-cups-git.install
@@ -16,6 +16,7 @@ pkgbase = cloudprint-cups-git
depends = python2-pycups
depends = python2-six
provides = cloudprint-cups
+ conflicts = cloudprint-cups
source = cloudprint-cups-git::git+https://github.com/simoncadman/CUPS-Cloud-Print#branch=capabilities-fix
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6eb13326d65f..67e602aaad0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname='cloudprint-cups'
pkgname="$_pkgname-git"
pkgver='20160502.r16.g1f27903'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Google Cloud Print driver for CUPS, allows printing to printers hosted on GCP - git version'
arch=('any')
@@ -14,6 +14,7 @@ license=('GPL3')
depends=('cups' 'ghostscript' 'imagemagick' 'python2' 'python2-httplib2' 'python2-pycups' 'python2-six')
makedepends=('git')
provides=("$_pkgname")
+conflicts=("$_pkgname")
install="$pkgname.install"
source=("$pkgname::git+$url#branch=capabilities-fix")
sha256sums=('SKIP')