summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ce5030bc574..5de0bb7b2fcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Jan Cholasta <grubber at grubber cz>
-pkgname=raze-git
-pkgver=0.4.4+17+ga873dcf6e
+pkgname=raze
+pkgver=0.4.5
pkgrel=1
-pkgdesc='Build engine port backed by GZDoom tech (git version)'
+pkgdesc='Build engine port backed by GZDoom tech'
arch=('x86_64')
url='https://github.com/coelckers/Raze'
license=('custom:BUILD' 'GPL2')
@@ -21,20 +21,13 @@ optdepends=('gtk3: IWAD selection dialog'
'kdialog: crash dialog (KDE)'
'openal: in-game sound'
'xorg-xmessage: crash dialog (other)')
-provides=('raze')
-conflicts=('raze')
-source=("Raze::git+https://github.com/coelckers/Raze"
+source=("Raze::git+https://github.com/coelckers/Raze#tag=${pkgver}"
'0001-Fix-file-paths.patch'
'raze.desktop')
sha256sums=('SKIP'
'35c2a1c652f84a56c6ee5a35ec30f9b2028307ee8e14ed053810a344beafc784'
'ffc02d8f6f0d4464a74e025d41063f2441d9423d4ed605a0290eb266ae9531c8')
-pkgver() {
- cd Raze
- git describe --tags | tr - +
-}
-
prepare() {
cd Raze
patch -i "$srcdir"/0001-Fix-file-paths.patch -p 1