summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e56e44e46647..5cf7c8e6f16e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-sdl-hg
pkgdesc = A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (32-bit)
- pkgver = 1.2.15.r11979.d684a767e240
+ pkgver = 1.2.15.r12076.3e05d58dc84f
pkgrel = 1
url = http://www.libsdl.org
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = lib32-sdl-hg
depends = sdl
optdepends = lib32-alsa-lib: ALSA audio driver
optdepends = lib32-libpulse: PulseAudio audio driver
- provides = lib32-sdl=1.2.15.r11979.d684a767e240
+ provides = lib32-sdl=1.2.15.r12076.3e05d58dc84f
conflicts = lib32-sdl
options = staticlibs
source = hg+https://hg.libsdl.org/SDL#branch=SDL-1.2
diff --git a/PKGBUILD b/PKGBUILD
index 2efc346e3061..84ccded0aea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgbasename=sdl
_pkgname=lib32-$_pkgbasename
pkgname=$_pkgname-hg
-pkgver=1.2.15.r11979.d684a767e240
+pkgver=1.2.15.r12076.3e05d58dc84f
pkgrel=1
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (32-bit)"
arch=('x86_64')
@@ -26,14 +26,8 @@ pkgver() {
cd "SDL/"
printf "%s.r%s.%s" \
"$(hg log -r . -T "{latesttag}" | sed 's/^release-//')" \
- "$(hg identify -n | sed 's/+//')" \
- "$(hg identify -i | sed 's/+//')"
-}
-
-prepare() {
- cd "SDL/"
- # https://bugzilla.libsdl.org/show_bug.cgi?id=1430
- hg backout --no-commit 5620:ad4ed9f0336f
+ "$(hg identify -n)" \
+ "$(hg identify -i)"
}
build() {