summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8b19b67db21..fd13c55c72cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = retroarch-rbp-git
pkgdesc = Reference frontend for the libretro API.
- pkgver = 1.7.0.18.g2768f639a2
+ pkgver = 1.7.3.90.gcc5393e54d
pkgrel = 1
url = http://www.libretro.com
arch = arm
diff --git a/PKGBUILD b/PKGBUILD
index a3ee19865cb8..18d69d788524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=retroarch-rbp-git
-pkgver=1.7.0.18.g2768f639a2
+pkgver=1.7.3.92.gbe502a39fd
pkgrel=1
pkgdesc="Reference frontend for the libretro API."
arch=('arm' 'armv6h' 'armv7h')
@@ -47,7 +47,7 @@ build() {
./configure --prefix=/usr \
--enable-neon --enable-dispmanx --enable-floathard --enable-udev \
- --disable-ffmpeg --disable-cg --disable-jack --disable-oss --disable-sdl
+ --disable-ffmpeg --disable-cg --disable-jack --disable-oss --disable-sdl --disable-x11
make
}