summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Heidler2016-12-07 21:40:23 +0100
committerDominik Heidler2016-12-07 21:40:23 +0100
commiteac9458cdfb167d4da03c75f2b916c325cf1fc41 (patch)
tree3216fad15ad213b843809a1b2c35bf0b92444ead
parentb84edaa9fe0ad8487cc341af070a83a500f03865 (diff)
downloadaur-eac9458cdfb167d4da03c75f2b916c325cf1fc41.tar.gz
Add provides/conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f78de93eb08..2440852dbab0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,8 @@ pkgbase = simple-scan-3.12
depends = colord
depends = libgusb
depends = packagekit
+ provides = simple-scan
+ conflicts = simple-scan
source = https://launchpad.net/simple-scan-3.12/3.12/3.12.0/+download/simple-scan-3.12-3.12.0.tar.xz
sha256sums = a88719f6142ddfa24d154d1093c67b27ac491c059ac5c87cba3b36ebc04b21a6
diff --git a/PKGBUILD b/PKGBUILD
index 36c2e93e4bc6..ce19254be762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,8 @@ arch=(i686 x86_64)
license=(GPL3)
depends=(sane dconf gtk3 colord libgusb packagekit)
makedepends=(yelp-tools intltool vala)
+provides=(simple-scan)
+conflicts=(simple-scan)
source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
sha256sums=('a88719f6142ddfa24d154d1093c67b27ac491c059ac5c87cba3b36ebc04b21a6')