diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-22 09:45:50 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-22 09:45:50 (GMT) |
commit | 868f814706bbc9248c32765bc1c1f8364c1475c0 (patch) | |
tree | 417fc1110a5d892c06836b0c430aba851375f9da /abs/extra-testing/gpac/PKGBUILD | |
parent | 5b7a151450635d129fb6b90bbf983b1d1ad44221 (diff) | |
parent | bb0e150ac9b8d536d019fba0622d21bb0eee99eb (diff) | |
download | linhes_pkgbuild-868f814706bbc9248c32765bc1c1f8364c1475c0.zip linhes_pkgbuild-868f814706bbc9248c32765bc1c1f8364c1475c0.tar.gz linhes_pkgbuild-868f814706bbc9248c32765bc1c1f8364c1475c0.tar.bz2 |
Merge branch 'master' of ssh://gregfrost@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/gpac/PKGBUILD')
-rwxr-xr-x | abs/extra-testing/gpac/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/gpac/PKGBUILD b/abs/extra-testing/gpac/PKGBUILD index a224ac6..c610ae6 100755 --- a/abs/extra-testing/gpac/PKGBUILD +++ b/abs/extra-testing/gpac/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gpac pkgver=0.4.5 -pkgrel=2 +pkgrel=3 pkgdesc="A multimedia framework based on the MPEG-4 Systems standard" arch=('i686' 'x86_64') url="http://gpac.sourceforge.net" @@ -24,4 +24,4 @@ build() { make || return 1 make DESTDIR=${pkgdir}/ install-lib make DESTDIR=${pkgdir}/ install -}
\ No newline at end of file +} |