summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeón Bohn2020-04-22 16:42:57 +0200
committerLeón Bohn2020-04-22 16:42:57 +0200
commite95dfa9e094845e4df8bb87e54c3979b05781a82 (patch)
tree01156312022eae627ce35ad367959b8204861874
parentef6b31e4af55b39413fae0a9c8102f9962fbfb4b (diff)
downloadaur-e95dfa9e094845e4df8bb87e54c3979b05781a82.tar.gz
version bumped
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbb4d893097d..4ba1f795559a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oink-git
pkgdesc = Oink is an implementation of modern parity game solvers written in C++.
- pkgver = r100.2d1247
+ pkgver = r106.0beaf69
pkgrel = 1
url = https://github.com/trolando/oink
arch = i686
@@ -11,7 +11,7 @@ pkgbase = oink-git
makedepends = cmake
makedepends = boost
depends = boost-libs
- source = oink-git::git+https://github.com/trolando/oink#commit=2d12471
+ source = oink-git::git+https://github.com/trolando/oink#commit=0beaf69
md5sums = SKIP
pkgname = oink-git
diff --git a/PKGBUILD b/PKGBUILD
index f589019e3d20..cbe9fd3ee717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: León Bohn <leon.bohn@rwth-aachen.de>
pkgname=oink-git
-pkgver=r100.2d1247
+pkgver=r106.0beaf69
pkgrel=1
pkgdesc="Oink is an implementation of modern parity game solvers written in C++."
arch=('i686' 'x86_64')
url="https://github.com/trolando/oink"
licecnse=('Apache 2.0')
-source=("oink-git::git+https://github.com/trolando/oink#commit=2d12471")
+source=("oink-git::git+https://github.com/trolando/oink#commit=0beaf69")
makedepends=('git' 'gcc' 'make' 'cmake' 'boost')
depends=('boost-libs')
md5sums=('SKIP')