summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-04-11 16:07:54 +0200
committerhaawda2020-04-11 16:07:54 +0200
commita5ed2533aaf145103d9f0fe6d6c54c5c6c7ec400 (patch)
tree7b01d9cc2aa492342f27b526d114eccfd7890a05 /PKGBUILD
parente4fc8622ffcff9e45b57013ec462d3a9778e343f (diff)
downloadaur-a5ed2533aaf145103d9f0fe6d6c54c5c6c7ec400.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 960d98dfdd89..dc414bad2320 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Based on original tikzit-aur-package made by pippin
pkgname=tikzit
-pkgver=2.1.4
-pkgrel=3
+pkgver=2.1.5
+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/"
@@ -14,7 +14,7 @@ license=('GPL2')
depends=('qt5-base' 'poppler-qt5')
optdepends=('texlive-core: previews')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tikzit/tikzit/archive/v$pkgver.tar.gz")
-sha256sums=('14443ab430ff20e5c3b185a704932858afb3d776aa9b3a54e1b9898d5b9c13a8')
+sha256sums=('f2c3ff7d8f7eb9fd4f5b29d8105e0d2930b1b736d2c06efddb6f20122a9a85ca')
build() {
cd $pkgname-$pkgver