summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Wißmann2018-11-12 22:24:45 +0100
committerThorsten Wißmann2018-11-12 22:24:45 +0100
commit91cf6113a10a7025e8c92bfc70ee6718894c0aa7 (patch)
tree6c5b767f3a3f9a06f46ea4c355f67f6e631b57d2
parentae2970860e6ffc975e20efcb6eb4ae5ef0b213f2 (diff)
downloadaur-91cf6113a10a7025e8c92bfc70ee6718894c0aa7.tar.gz
Update to new upstream release v1.20181111
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ba8a561d071..ad9971ae0df9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 16 06:36:47 UTC 2018
+# Mon Nov 12 21:23:52 UTC 2018
pkgbase = kattis-problemtools
pkgdesc = Tools to manage problem packages using the Kattis problem package format
- pkgver = v1.20170420
+ pkgver = v1.20181111
pkgrel = 1
url = https://github.com/Kattis/problemtools
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 690c495c284c..fd506de2510c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thorsten Wißmann <edu@thorsten-wissmann.de>
pkgname=kattis-problemtools
-pkgver=v1.20170420
+pkgver=v1.20181111
pkgrel=1
pkgdesc="Tools to manage problem packages using the Kattis problem package format"
arch=('i686' 'arm' 'x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python2' 'gmp' 'java-environment')
builddepends=('python2-setuptools' 'boost')
source=("git+https://github.com/Kattis/problemtools")
-fragment=v1.20170420
+fragment=v1.20181111
md5sums=('SKIP')
build() {