summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmac892022-07-24 20:34:49 -0600
committersmac892022-07-24 20:34:49 -0600
commitb743b04241507feaa73cf4f6311c93d06e9b50de (patch)
treec8870affbcdde6e2f6023e938c0d0edee5b585f1
parent5dc64b4310fe6d6d60e4690358275f021fbaea81 (diff)
downloadaur-b743b04241507feaa73cf4f6311c93d06e9b50de.tar.gz
add conflicts and provides settings
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96175d02fbed..86d7bbebba05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = autotrace-git
pkgdesc = An utility to trace bitmaps: convert bitmaps to vector graphics, with patches from Sacha Chua
pkgver = 20200219.65.r0.g4333e37
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/autotrace/autotrace.git
arch = i686
arch = x86_64
@@ -14,6 +14,8 @@ pkgbase = autotrace-git
depends = libpng
depends = pstoedit
depends = graphicsmagick
+ provides = autotrace
+ conflicts = autotrace
options = !libtool
source = autotrace::git+https://github.com/sachac/autotrace.git#branch=master
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 842f142ee98c..f89744bf5c9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
_pkgname=autotrace
pkgname="${_pkgname}-git"
pkgver=20200219.65.r0.g4333e37
-pkgrel=2
+pkgrel=3
pkgdesc='An utility to trace bitmaps: convert bitmaps to vector graphics, with patches from Sacha Chua'
arch=('i686' 'x86_64')
url='https://github.com/autotrace/autotrace.git'
license=('GPL' 'LGPL')
depends=('libpng' 'pstoedit' 'graphicsmagick')
makedepends=('intltool' 'git' 'autoconf' 'automake')
+provides=(autotrace)
+conflicts=(autotrace)
options=('!libtool')
source=("${_pkgname}::git+https://github.com/sachac/autotrace.git#branch=master")
sha512sums=('SKIP')