summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-11-11 00:30:37 +0100
committerhaawda2017-11-11 00:30:37 +0100
commit523c4460ffd567d3e288d5488de5b78a0ca366bc (patch)
treecb68c3f392261fc1b4ff2b04eb1611b7dd02939c
parentc1ca6ba1e97801f37e7e69fd346e9c85d7a9b22c (diff)
downloadaur-523c4460ffd567d3e288d5488de5b78a0ca366bc.tar.gz
no longer conflicts with ploticus
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9ca5449ddb5..7118bc394b19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = tikzit-git
pkgdesc = Creation and modification of TeX diagrams written using the pgf/TikZ macro library
pkgver = r297
- pkgrel = 1
- url = http://sourceforge.net/projects/tikzit/
+ pkgrel = 2
+ url = https://github.com/tikzit/tikzit.git
arch = i686
arch = x86_64
license = GPL
@@ -15,7 +15,6 @@ pkgbase = tikzit-git
depends = desktop-file-utils
provides = tikzit
conflicts = tikzit
- conflicts = ploticus
options = !makeflags
source = git+https://github.com/tikzit/tikzit.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0ba6b9871f32..cbf78608ff81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgname=tikzit-git
pkgver=r297
-pkgrel=1
+pkgrel=2
pkgdesc="Creation and modification of TeX diagrams written using the pgf/TikZ macro library"
arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/tikzit/"
+url="https://github.com/tikzit/tikzit.git"
license=('GPL')
depends=('gtk2>=2.18.0' 'poppler-glib' 'hicolor-icon-theme' 'gnustep-base' 'desktop-file-utils')
makedepends=('git' 'gcc-objc')
provides=('tikzit')
-conflicts=('tikzit' 'ploticus')
+conflicts=('tikzit')
source=('git+https://github.com/tikzit/tikzit.git')
md5sums=('SKIP')
options=('!makeflags')