summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Menelkir2021-03-19 12:27:35 -0300
committerDaniel Menelkir2021-03-19 12:27:35 -0300
commit655da4405ceba5c4d30b77e1230aa0fbb713902a (patch)
tree86e9eb6a656c694d1b0d4530b5e564f370eaa1f3 /PKGBUILD
parent448423c340acc58142f4c6bbe1667ee9e7682c69 (diff)
downloadaur-655da4405ceba5c4d30b77e1230aa0fbb713902a.tar.gz
Updated to the last commit and adopted
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84eccd816f35..422039704be0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
+# Maintainer: Daniel Menelkir <menelkir@itroll.org>
+# Old Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=libretro-redream-git
-pkgver=r1077.e032445a
+pkgver=r1104.bf4d812d
pkgrel=1
pkgdesc='Sega Dreamcast core'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://github.com/libretro/redream'
license=('GPL2')
groups=('libretro-unstable')
@@ -30,7 +31,7 @@ build() {
package() {
cd libretro-redream/deps/libretro
- install -Dm 644 redream_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+ install -Dm 644 retrodream_libretro.so -t "${pkgdir}"/usr/lib/libretro/
}
# vim: ts=2 sw=2 et: