summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmac892022-07-25 08:42:16 -0600
committersmac892022-07-25 08:42:16 -0600
commit1cdcd3593b3cedc961a568706173659e707d5105 (patch)
tree2a72c317151da6cbb510c5f46a86d743b24bf918
parentb743b04241507feaa73cf4f6311c93d06e9b50de (diff)
downloadaur-1cdcd3593b3cedc961a568706173659e707d5105.tar.gz
update upstream url and dependencies
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86d7bbebba05..16891871b976 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 = 3
+ pkgdesc = AutoTrace is a utility for converting bitmap into vector graphics.
+ pkgver = 20200219.65.r121.gfcd9043
+ pkgrel = 1
url = https://github.com/autotrace/autotrace.git
arch = i686
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = autotrace-git
depends = libpng
depends = pstoedit
depends = graphicsmagick
+ depends = glib2
provides = autotrace
- conflicts = autotrace
options = !libtool
- source = autotrace::git+https://github.com/sachac/autotrace.git#branch=master
+ source = autotrace::git+https://github.com/autotrace/autotrace.git#branch=master
sha512sums = SKIP
pkgname = autotrace-git
diff --git a/PKGBUILD b/PKGBUILD
index f89744bf5c9c..e6c69c616b9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,17 @@
_pkgname=autotrace
pkgname="${_pkgname}-git"
-pkgver=20200219.65.r0.g4333e37
-pkgrel=3
-pkgdesc='An utility to trace bitmaps: convert bitmaps to vector graphics, with patches from Sacha Chua'
+pkgver=20200219.65.r121.gfcd9043
+pkgrel=1
+pkgdesc='AutoTrace is a utility for converting bitmap into vector graphics.'
arch=('i686' 'x86_64')
url='https://github.com/autotrace/autotrace.git'
license=('GPL' 'LGPL')
-depends=('libpng' 'pstoedit' 'graphicsmagick')
+depends=('libpng' 'pstoedit' 'graphicsmagick' 'glib2')
makedepends=('intltool' 'git' 'autoconf' 'automake')
provides=(autotrace)
-conflicts=(autotrace)
options=('!libtool')
-source=("${_pkgname}::git+https://github.com/sachac/autotrace.git#branch=master")
+source=("${_pkgname}::git+https://github.com/autotrace/autotrace.git#branch=master")
sha512sums=('SKIP')
pkgver() {