summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-03-29 20:04:50 +0100
committerhaawda2019-03-29 20:04:50 +0100
commit32cc714054323b3525b9714b7ad80065ad4a4419 (patch)
tree54c525ed9ba44a06b743e5f84ee5f1dcef522f75 /PKGBUILD
parent10e13d419228c73039bf5625514ee90ca8d544ce (diff)
downloadaur-32cc714054323b3525b9714b7ad80065ad4a4419.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 012b139621e0..1ae71f1624a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Based on original tikzit-aur-package made by pippin
pkgname=tikzit
-pkgver=2.0
-pkgrel=2
+pkgver=2.1.4
+pkgrel=1
pkgdesc="Allows the creation and modification of TeX diagrams written using the pgf/TikZ macro library"
arch=('i686' 'x86_64')
url="https://tikzit.github.io/"
@@ -13,7 +13,7 @@ license=('GPL2')
depends=('qt5-base')
optdepends=('texlive-core: previews')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tikzit/tikzit/archive/v$pkgver.tar.gz")
-sha256sums=('d1a84531b8ac2298c140217267423cd9ce4d84ee443b5deb4aa47e4beab4f295')
+sha256sums=('14443ab430ff20e5c3b185a704932858afb3d776aa9b3a54e1b9898d5b9c13a8')
build() {
cd $pkgname-$pkgver