diff options
author | James Meyer <james.meyer@operamail.com> | 2010-02-01 03:37:35 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-02-01 03:37:35 (GMT) |
commit | 30a1dea2a09f82bbc4f8e0ae9030e56223934055 (patch) | |
tree | 3fd94f53c2f9c08b61b00a62017bba94023c909c /abs | |
parent | 22cdc3d21b1791afe25f940fab62a033d3c786ba (diff) | |
download | linhes_pkgbuild-30a1dea2a09f82bbc4f8e0ae9030e56223934055.zip linhes_pkgbuild-30a1dea2a09f82bbc4f8e0ae9030e56223934055.tar.gz linhes_pkgbuild-30a1dea2a09f82bbc4f8e0ae9030e56223934055.tar.bz2 |
mythtv: change pkgrel to match the build
Diffstat (limited to 'abs')
-rwxr-xr-x | abs/core-testing/mythtv/stable-0.22/mp_all.sh | 2 | ||||
-rwxr-xr-x | abs/core-testing/mythtv/stable-0.22/mythtv/PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/mythtv/stable-0.22/mp_all.sh b/abs/core-testing/mythtv/stable-0.22/mp_all.sh index e82f443..29d4fce 100755 --- a/abs/core-testing/mythtv/stable-0.22/mp_all.sh +++ b/abs/core-testing/mythtv/stable-0.22/mp_all.sh @@ -2,7 +2,7 @@ # for 0.22, we are starting the release numbers at 22000 # and incrementing from there every time we build -pkgrel=22005 +pkgrel=22006 _svnver=23247 # NOTE: Make sure to build and install mythtv first BEFORE building anything else diff --git a/abs/core-testing/mythtv/stable-0.22/mythtv/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mythtv/PKGBUILD index 47cdedd..1fc329a 100755 --- a/abs/core-testing/mythtv/stable-0.22/mythtv/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/mythtv/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythtv pkgver=0.22 -pkgrel=23247 +pkgrel=22006 pkgdesc="A personal video recorder for Linux" url="http://www.mythtv.org" license="GPL" @@ -50,7 +50,7 @@ build() { [ "$CARCH" = "x86_64" ] && ARCH="x86-64" # clean up from last build -# make distclean + make distclean # configure ./configure --prefix=/usr --arch=${ARCH} \ |