summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e394738d9566..6c4faca6c447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: nbebaw
pkgname=boostchanger-git
pkgver=5.0
-pkgrel=1
+pkgrel=3
pkgdesc="Control your CPU Turbo Boost with this App"
arch=('any')
url="https://github.com/nbebaw/boostchanger"
@@ -16,7 +16,7 @@ source=("https://github.com/nbebaw/boostchanger/releases/download/v$pkgver.$pkgr
md5sums=('SKIP')
prepare() {
- pkgverold=5.0.1
+ pkgverold=5.0.2
rm -rf ${pkgdir}/opt/boostchanger-$pkgverold
unzip -d boostchanger-$pkgver.$pkgrel boostchanger-$pkgver.$pkgrel.zip
}