summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPol Marcet Sardà2018-10-23 17:37:07 +0200
committerPol Marcet Sardà2018-10-23 17:37:07 +0200
commit2b516595a02d0ebfcda474f9d53f1a17e91dd38d (patch)
treef7c95ca41da40523714d9013576321ffbbe144b1 /PKGBUILD
parent797a8684037dc514c28050b981620bbf5818fd65 (diff)
downloadaur-2b516595a02d0ebfcda474f9d53f1a17e91dd38d.tar.gz
Forgot .SRCINFO
Moved a line
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b030ec8e813e..8a7e08e6e63b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,12 @@ pkgrel=1
pkgdesc="Source port of Doom"
arch=(x86_64)
url="https://repo.or.cz/k8vavoom.git"
+license=('GPLv2')
depends=("zlib" "bzip2" "libpng" "libjpeg" "sdl2" "sdl2_mixer")
makedepends=("cmake" "git")
optdepends=("libmad" "mikmod")
-license=('GPLv2')
+
source=("$pkgname"::"git+https://repo.or.cz/k8vavoom.git"
"arch.patch")