summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2019-03-05 13:48:51 +0100
committerMaxime Gauduin2019-03-05 13:48:51 +0100
commit3f3c97b38fbb5d26199ffd4127a7fcd6997b6a19 (patch)
tree1c8e2bd0f3cdca2c4ac90c93cff9c6c7477755b9 /PKGBUILD
parent364ca0fda0510bf8308be9d5c9d0640990c94e90 (diff)
downloadaur-3f3c97b38fbb5d26199ffd4127a7fcd6997b6a19.tar.gz
bump reicast
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 12 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 372c159e929c..23817df0a744 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,20 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
-# Maintainer: carstene1ns <archi@carsten-teibes.de>
+# Contributor: carstene1ns <archi@carsten-teibes.de>
pkgname=reicast
-pkgver=r7
+pkgver=r8.1
pkgrel=1
pkgdesc='A Sega Dreamcast emulator'
-arch=('x86_64')
-url='http://reicast.com/'
-license=('GPL2')
-depends=('alsa-lib' 'libgl')
-makedepends=('git')
-source=("git+https://github.com/reicast/reicast-emulator.git#tag=${pkgver}")
-sha256sums=('SKIP')
+arch=(x86_64)
+url=http://reicast.com/
+license=(GPL2)
+depends=(
+ alsa-lib
+ libgl
+)
+makedepends=(git)
+source=(git+https://github.com/reicast/reicast-emulator.git#tag=${pkgver})
+sha256sums=(SKIP)
build () {
make -C reicast-emulator/shell/linux