summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-05-26 21:21:19 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-05-26 21:21:19 (GMT)
commit0bfe3ad2fcbd4c63926755231fd26af51b7c1f03 (patch)
tree78b9ec6fd10d18d91c11386737688b414f70fccb /abs
parent6a0c0ca53bf4b5ab154c86e93d761a70448b6d5a (diff)
downloadlinhes_pkgbuild-0bfe3ad2fcbd4c63926755231fd26af51b7c1f03.zip
linhes_pkgbuild-0bfe3ad2fcbd4c63926755231fd26af51b7c1f03.tar.gz
linhes_pkgbuild-0bfe3ad2fcbd4c63926755231fd26af51b7c1f03.tar.bz2
Bumped to ensure latest -fixes.
Diffstat (limited to 'abs')
-rw-r--r--abs/core-testing/mythtv/stable/mythnews/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/mythtv/stable/mythnews/PKGBUILD b/abs/core-testing/mythtv/stable/mythnews/PKGBUILD
index 6ebda97..1f22161 100644
--- a/abs/core-testing/mythtv/stable/mythnews/PKGBUILD
+++ b/abs/core-testing/mythtv/stable/mythnews/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mythnews
pkgver=0.21
-pkgrel=3
+pkgrel=4
pkgdesc="News checking 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