summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kröning2019-06-01 12:57:52 +0200
committerMartin Kröning2019-06-01 12:57:52 +0200
commit587fad1ed989a36a77419d87fae94bf5af5bb118 (patch)
tree2534ef84b6339d9a49a78d479a1af2c8325ef1b6
parent2b63736823a44fa6f4e6b88bf1086a265ba63ceb (diff)
downloadaur-587fad1ed989a36a77419d87fae94bf5af5bb118.tar.gz
Update to 0.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7aa73fcdc01a..a6692dd4a4ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pi2-view
pkgdesc = The GUI library for showing the Map of the Praktikum Informatik 2
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 1
url = https://git.rwth-aachen.de/pi2/pi2-view
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = pi2-view
depends = gtkmm3
options = staticlibs
options = strip
- source = git+https://git.rwth-aachen.de/pi2/pi2-view.git#commit=f3f887b3a53ad73919943252785835ebfcaaf694
+ source = git+https://git.rwth-aachen.de/pi2/pi2-view.git#commit=d3549d28ad2ba7bc9ca2a3d6ab6012ee86475245
sha256sums = SKIP
pkgname = pi2-view
diff --git a/PKGBUILD b/PKGBUILD
index 54fa0c347bc9..157df6ed7024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Kröning <martin dot kroening at rwth hyphen aachen dot de>
pkgname=pi2-view
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="The GUI library for showing the Map of the Praktikum Informatik 2"
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=("boost"
"meson"
"git")
options=('staticlibs' 'strip')
-_commit=f3f887b3a53ad73919943252785835ebfcaaf694 # tags/0.1^0
+_commit=d3549d28ad2ba7bc9ca2a3d6ab6012ee86475245 # tags/0.2^0
source=("git+https://git.rwth-aachen.de/pi2/$pkgname.git#commit=$_commit")
sha256sums=('SKIP')