summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 884a3954c99f..0055f7f879d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tikzit
pkgdesc = Allows the creation and modification of TeX diagrams written using the pgf/TikZ macro library
- pkgver = 2.1.4
- pkgrel = 3
+ pkgver = 2.1.5
+ pkgrel = 1
url = https://tikzit.github.io/
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = tikzit
depends = qt5-base
depends = poppler-qt5
optdepends = texlive-core: previews
- source = tikzit-2.1.4.tar.gz::https://github.com/tikzit/tikzit/archive/v2.1.4.tar.gz
- sha256sums = 14443ab430ff20e5c3b185a704932858afb3d776aa9b3a54e1b9898d5b9c13a8
+ source = tikzit-2.1.5.tar.gz::https://github.com/tikzit/tikzit/archive/v2.1.5.tar.gz
+ sha256sums = f2c3ff7d8f7eb9fd4f5b29d8105e0d2930b1b736d2c06efddb6f20122a9a85ca
pkgname = tikzit
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