diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-22 14:51:14 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-22 14:51:14 (GMT) |
commit | 52453cb0e266095b08f896c20fa86a0be0dbfc6d (patch) | |
tree | a422fc6a9d0b4ae4cf223cb2dc1b39ad292fcf5f | |
parent | af187a23365a302485593f74f78711d35db3d5ae (diff) | |
download | linhes_pkgbuild-52453cb0e266095b08f896c20fa86a0be0dbfc6d.zip linhes_pkgbuild-52453cb0e266095b08f896c20fa86a0be0dbfc6d.tar.gz linhes_pkgbuild-52453cb0e266095b08f896c20fa86a0be0dbfc6d.tar.bz2 |
Allows the bumping of package version.
-rw-r--r-- | abs/core-testing/kernel26/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core-testing/kernel26/PKGBUILD b/abs/core-testing/kernel26/PKGBUILD index 81873cf..192e288 100644 --- a/abs/core-testing/kernel26/PKGBUILD +++ b/abs/core-testing/kernel26/PKGBUILD @@ -5,8 +5,9 @@ pkgname=kernel26 _basekernel=2.6.28 pkgver=2.6.28.5 -pkgrel=1 -_patchname="patch-${pkgver}-${pkgrel}-ARCH" +pkgrel=2 +_pkgrel=1 +_patchname="patch-${pkgver}-${_pkgrel}-ARCH" _fbpatchname="fbcondecor-0.9.5-2.6.28.patch" #_patchname="patch-${pkgver}-1-ARCH" pkgdesc="The Linux Kernel and modules" |