summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHalosGhost2016-04-14 12:37:55 -0500
committerHalosGhost2016-04-14 12:37:55 -0500
commit2d4871ab58eb1d9a4fe6dd772f2fb6c2af61a67e (patch)
treea373e605c91976a194aa1743279c6bb495145b6a
parentef01b69bbc30615a395d04bced5feea34d253b45 (diff)
downloadaur-2d4871ab58eb1d9a4fe6dd772f2fb6c2af61a67e.tar.gz
Add provides/conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2074e76a1104..94e100709db4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Apr 14 17:34:52 UTC 2016
+# Thu Apr 14 17:37:44 UTC 2016
pkgbase = libsixel-git
pkgdesc = A lightweight, fast implementation of DEC SIXEL graphics codec
pkgver = r2708.e5a06ee
@@ -12,6 +12,8 @@ pkgbase = libsixel-git
depends = curl
depends = libjpeg-turbo
depends = libpng
+ provides = libsixel
+ conflicts = libsixel
source = git+https://github.com/saitoha/libsixel
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4d4a89b4a4df..c1a990632435 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ url='https://github.com/saitoha/libsixel'
license=('MIT')
makedepends=('git')
depends=('curl' 'libjpeg-turbo' 'libpng')
+provides=('libsixel')
+conflicts=('libsixel')
source=("git+https://github.com/saitoha/libsixel")
sha256sums=(SKIP)