summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDominic Zimmer2017-06-22 12:43:05 +0000
committerDominic Zimmer2017-06-22 12:43:42 +0000
commit7706e6708f8c30205e0824357ce92f1ac69b860d (patch)
treeb45c58b1e512ff125be4cd2bb340fe6d52ee8a71 /PKGBUILD
parent5fe48cb1251abe759b9da84cbaf6806a8d4d4b9e (diff)
downloadaur-7706e6708f8c30205e0824357ce92f1ac69b860d.tar.gz
added shebang compatability
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2d3e2752702..71739fe5c302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pseucoco
pkgname="${_pkgname}"
pkgver=2.3
-pkgrel=2
+pkgrel=3
pkgdesc="A Pseuco compiler written in Java"
arch=("i686" "x86_64")
url="https://liebe.cs.uni-saarland.de/gitlab/pseuco/pseuco-java-compiler"