summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e22ffc766dd..d647f31e3a1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openrw-git
pkgdesc = A re-implementation of Rockstar Games' Grand Theft Auto III
- pkgver = r812.93f7a40
- pkgrel = 2
+ pkgver = r1.51b7264
+ pkgrel = 3
url = https://github.com/rwengine/openrw
arch = x86_64
license = GPL3
@@ -15,6 +15,7 @@ pkgbase = openrw-git
depends = libsndfile
depends = sdl2
depends = boost
+ depends = ffmpeg
provides = openrw
conflicts = openrw
source = openrw-git::git+https://github.com/rwengine/openrw.git
diff --git a/PKGBUILD b/PKGBUILD
index f4861fe6325e..b656a7f1bb69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: PureTryOut
+# Maintainer: tjbp (archlinux@tjbp.net)
+# Contributor: PureTryOut
pkgname=openrw-git
-pkgver=r812.93f7a40
-pkgrel=2
+pkgver=r1.51b7264
+pkgrel=3
epoch=
pkgdesc="A re-implementation of Rockstar Games' Grand Theft Auto III"
arch=('x86_64')
url="https://github.com/rwengine/openrw"
license=('GPL3')
groups=()
-depends=('bullet' 'glm' 'libmad' 'openal' 'libsndfile' 'sdl2' 'boost')
+depends=('bullet' 'glm' 'libmad' 'openal' 'libsndfile' 'sdl2' 'boost' 'ffmpeg')
makedepends=('git' 'cmake' 'make')
checkdepends=()
optdepends=()