summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable/mythgallery/PKGBUILD
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-15 20:54:25 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-15 20:54:25 (GMT)
commit0b28beee8aaa1a154a7669c90276baeea0a2128f (patch)
tree1df0e5b4e06702ffbe0559fcba21b19ffba8bda1 /abs/core-testing/mythtv/stable/mythgallery/PKGBUILD
parentc5fccc50a67649d375195caff2ccf89f63de586f (diff)
downloadlinhes_pkgbuild-0b28beee8aaa1a154a7669c90276baeea0a2128f.zip
linhes_pkgbuild-0b28beee8aaa1a154a7669c90276baeea0a2128f.tar.gz
linhes_pkgbuild-0b28beee8aaa1a154a7669c90276baeea0a2128f.tar.bz2
Bumped version. Ensure we have the latest -fixes.
Diffstat (limited to 'abs/core-testing/mythtv/stable/mythgallery/PKGBUILD')
-rw-r--r--abs/core-testing/mythtv/stable/mythgallery/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/mythtv/stable/mythgallery/PKGBUILD b/abs/core-testing/mythtv/stable/mythgallery/PKGBUILD
index 3218bb4..4d64e08 100644
--- a/abs/core-testing/mythtv/stable/mythgallery/PKGBUILD
+++ b/abs/core-testing/mythtv/stable/mythgallery/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mythgallery
pkgver=0.21
-pkgrel=2
+pkgrel=3
pkgdesc="Image gallery plugin for MythTV"
arch=('i686' 'x86_64')
url="http://www.mythtv.org"
@@ -17,6 +17,7 @@ groups=('mythtv-extras')
build() {
cd $startdir/src/mythplugins
. /etc/profile.d/qt3.sh
+ svn update
# use QT3 qmake
export PATH=$QTDIR/bin:$PATH