[arch-commits] Commit in gpac/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Fri Sep 4 11:46:00 UTC 2015
Date: Friday, September 4, 2015 @ 13:45:59
Author: tpowa
Revision: 139200
upgpkg: gpac 1:0.5.2-4
change to tagged version for reproducable build, devel 323 was broken, devel 612 segfaults, back to first git based version which works
Modified:
gpac/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-04 11:35:28 UTC (rev 139199)
+++ PKGBUILD 2015-09-04 11:45:59 UTC (rev 139200)
@@ -3,7 +3,7 @@
pkgname=gpac
pkgver=0.5.2
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
'libmad: for mp3 support'
'sdl2: for sdl support')
options=('staticlibs' '!makeflags')
-source=(git://github.com/gpac/gpac.git)
+source=(git://github.com/gpac/gpac.git#tag=v$pkgver)
sha1sums=('SKIP')
build() {
More information about the arch-commits
mailing list