summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-06-27 17:37:09 +0200
committerGoliathLabs2020-06-27 17:37:09 +0200
commit6e25fef20a4b4808ef3941e413c41924d9c80325 (patch)
tree148fc2d8467ca43bd57d6f5f3103ffc685fc85b8 /PKGBUILD
parent927e8b6408ab7d965a645646ea76b4cf98296c81 (diff)
downloadaur-6e25fef20a4b4808ef3941e413c41924d9c80325.tar.gz
Updated: 20.04
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54c67c83476f..d9bdd9b16570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: carstene1ns <archi@carsten-teibes.de>
pkgname=reicast
-pkgver=r19.07.4
+pkgver=20.04
pkgrel=1
pkgdesc='A Sega Dreamcast emulator'
arch=(x86_64)
@@ -15,14 +16,8 @@ depends=(
python
)
makedepends=(git)
-source=(git+https://github.com/reicast/reicast-emulator.git#tag=29e1c8eaaa2686f2be54a59c84bf8c54bdf527d2)
-sha256sums=(SKIP)
-
-pkgver() {
- cd reicast-emulator
-
- git describe --tags
-}
+source=(git+https://github.com/reicast/reicast-emulator.git#tag=r${pkgver})
+sha256sums=('SKIP')
prepare() {
sed "s/CFLAGS :=/CFLAGS := ${CFLAGS}/; s/LDFLAGS :=/LDFLAGS := ${LDFLAGS}/" -i reicast-emulator/reicast/linux/Makefile