summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2016-02-22 09:12:06 +0100
committerFrederic Bezies2016-02-22 09:12:06 +0100
commit6e92a5f7effec7214896fce8fe42ea9b5aeb5738 (patch)
treecf04226808bd2f52e71b17225304df0b57da6915
parentd45c44f16601889f662973cb66bc9907bf659bda (diff)
downloadaur-6e92a5f7effec7214896fce8fe42ea9b5aeb5738.tar.gz
adopted and updated PKGBUILD
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adfefd361f86..0e5707b0e7eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Feb 22 08:11:48 UTC 2016
pkgbase = enyo-doom
pkgdesc = A frontend for Doom engines
pkgver = 1.02
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stephendcofer/enyo-doom
arch = i686
arch = x86_64
@@ -11,6 +13,7 @@ pkgbase = enyo-doom
optdepends = chocolate-doom
optdepends = prboom
optdepends = zdoom
+ optdepends = prboom-plus
source = https://github.com/stephendcofer/enyo-doom/archive/1.02.tar.gz
md5sums = 0162b30525ae0008f74990e01f698761
diff --git a/PKGBUILD b/PKGBUILD
index 422514c55e35..475755cd3a0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Stephen D. Cofer <stephen.d.cofer@outlook.com>
+# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
+# Contributor: Stephen D. Cofer <stephen.d.cofer@outlook.com>
pkgname=enyo-doom
pkgver=1.02
-pkgrel=1
+pkgrel=2
pkgdesc="A frontend for Doom engines"
arch=('i686' 'x86_64')
url="https://github.com/stephendcofer/enyo-doom"
license=('GPL')
depends=('qt5-base')
makedepends=('cmake')
-optdepends=('chocolate-doom' 'prboom' 'zdoom')
+optdepends=('chocolate-doom' 'prboom' 'zdoom' 'prboom-plus')
source=("https://github.com/stephendcofer/enyo-doom/archive/1.02.tar.gz")
md5sums=('0162b30525ae0008f74990e01f698761')