summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorprofessorkaos642017-04-25 19:47:53 -0400
committerprofessorkaos642017-04-25 19:47:53 -0400
commit1ab8401834e3a2a10e699c45b7d1dabba3ee8722 (patch)
tree8adbaf8afde62544b7bd2576dbb1343821b310df
parent164ff2f95d5fcbb228738f9bcbc2392e47c6aecb (diff)
downloadaur-1ab8401834e3a2a10e699c45b7d1dabba3ee8722.tar.gz
re-enable cg
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62681c02319f..fa2ba955e2c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = retroarch-git
pkgdesc = Reference frontend for the libretro API (Git-latest)
- pkgver = 1.5.0.r186.d77da6b53
- pkgrel = 2
+ pkgver = 1.5.0.r304.e17910808
+ pkgrel = 1
url = http://www.libretro.com/
install = retroarch-git.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 6067c82efb05..7c4e5791f3bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@
# 'git+https://github.com/KhronosGroup/SPIRV-Cross.git#commit=5c24d99')
pkgname=retroarch-git
-pkgver=1.5.0.r186.d77da6b53
-pkgrel=2
+pkgver=1.5.0.r304.e17910808
+pkgrel=1
#epoch=1
_gitname=RetroArch
pkgdesc='Reference frontend for the libretro API (Git-latest)'
@@ -66,10 +66,8 @@ build() {
./configure \
--prefix='/usr' \
- --disable-cg \
--disable-jack \
- --disable-oss \
- --disable-sdl
+ --disable-oss
make clean
make
make -C gfx/video_filters