summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsmac892022-07-25 08:42:16 -0600
committersmac892022-07-25 08:42:16 -0600
commit1cdcd3593b3cedc961a568706173659e707d5105 (patch)
tree2a72c317151da6cbb510c5f46a86d743b24bf918 /PKGBUILD
parentb743b04241507feaa73cf4f6311c93d06e9b50de (diff)
downloadaur-1cdcd3593b3cedc961a568706173659e707d5105.tar.gz
update upstream url and dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
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() {