summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2020-10-04 15:03:19 +0300
committerDan Elkouby2020-10-04 15:03:19 +0300
commitbbb734f1467e2325af77d77fb54865a03393af4e (patch)
tree63c2e16a64b52d491134869828c6fc1b4cac3d4b
parentbc1f60451e4019cd489362187af16a71e3b38802 (diff)
downloadaur-bbb734f1467e2325af77d77fb54865a03393af4e.tar.gz
Add provides/conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f4d1abfc825..2806e92c8e82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = carps-cups-git
pkgdesc = CUPS driver for Canon CARPS printers
pkgver = r158.18d80d1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ondrej-zary/carps-cups
arch = x86_64
license = GPL
makedepends = git
depends = libcups
+ provides = carps-cups
+ conflicts = carps-cups
source = git://github.com/ondrej-zary/carps-cups.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9f37b8949eb4..f5e082a6d343 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,15 @@
_pkgname=carps-cups
pkgname=${_pkgname}-git
pkgver=r158.18d80d1
-pkgrel=1
+pkgrel=2
pkgdesc="CUPS driver for Canon CARPS printers"
arch=('x86_64')
url="https://github.com/ondrej-zary/carps-cups"
license=('GPL')
depends=('libcups')
makedepends=('git')
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
source=('git://github.com/ondrej-zary/carps-cups.git')
md5sums=('SKIP')