summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2019-11-15 13:48:51 +0200
committerDimitris Kiziridis2019-11-15 13:48:51 +0200
commit9a01f170fae575bde82c7c586e2179797b45256c (patch)
treeb3ff12babe84b2cf75690fbb546e6039325c1788
parent2993ff0684db29c6ea569711c33f17d1e2305b78 (diff)
downloadaur-9a01f170fae575bde82c7c586e2179797b45256c.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46ffa8375d9b..79fa8121d9a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = rednukem-git
- pkgdesc = Redneck Rampage and Duke Nukem 3D port based on EDuke32.
+ pkgdesc = Redneck Rampage and Duke Nukem 3D port based on EDuke32
pkgver = r256.19f24f3
pkgrel = 1
url = https://github.com/nukeykt/NRedneck/
diff --git a/PKGBUILD b/PKGBUILD
index c817c6f83447..bca24bc02069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Dimitris Kiziridis <ragouel@outlook.com>
+# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=('rednukem-git')
pkgver=r256.19f24f3
pkgrel=1
-pkgdesc="Redneck Rampage and Duke Nukem 3D port based on EDuke32."
+pkgdesc='Redneck Rampage and Duke Nukem 3D port based on EDuke32'
arch=('i686' 'x86_64')
-url="https://github.com/nukeykt/NRedneck/"
+url='https://github.com/nukeykt/NRedneck/'
license=('GPL' 'custom: BUILD')
depends=('sdl2_mixer' 'libgl' 'libvpx' 'flac' 'gtk2')
makedepends=('mesa' 'glu')
@@ -38,3 +38,4 @@ package() {
install -Dm644 ../../rednukem.png "$pkgdir"/usr/share/pixmaps/rednukem.png
install -Dm644 ../../rednukem.desktop "$pkgdir"/usr/share/applications/rednukem.desktop
}
+# vim:set ts=2 sw=2 et: