summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50f4250211fc..85b86135615a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
-# Maintainer: Zachary Lund <admin@computerquip.com>
+# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
+# Maintainer: Zachary Lund <admin@computerquip.com>
pkgname=llnextgen
pkgver=0.5.5
-pkgrel=1
+pkgrel=2
pkgdesc="The spirtual successor of Jacobs and Grune's parser generator."
arch=('i686' 'x86_64')
-url="os.ghalkes.nl/LLnextgen/download.html"
+url=https://os.ghalkes.nl/LLnextgen/download.html
license=('GPL3')
-makedepends=()
-depends=()
-conflicts=()
+depends=(glibc)
source=("http://os.ghalkes.nl/LLnextgen/releases/LLnextgen-$pkgver.tgz")
md5sums=('f3733cca58f862d41b8fb3d9e20b8426')
@@ -24,4 +23,4 @@ package() {
cd "$srcdir/LLnextgen-$pkgver"
make prefix="$pkgdir/usr/" install
-} \ No newline at end of file
+}