summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornbebawy2024-01-08 12:39:55 +0100
committernbebawy2024-01-08 12:39:55 +0100
commitcab3af44874489a8a97af464582b4b611846af90 (patch)
tree8d36be5966f77029e092729bd0e59ecec7e41505
parentf288adb3971814927ac3b9ace261f9ea31083073 (diff)
downloadaur-boostchanger-git.tar.gz
publish version 5.0.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee10babbf4eb..2e4c21e69b73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = boostchanger-git
pkgdesc = Control your CPU Turbo Boost with this App
pkgver = 5.0
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/nbebaw/boostchanger
arch = any
license = MIT
makedepends = git
makedepends = wget
makedepends = unzip
- source = https://github.com/nbebaw/boostchanger/releases/download/v5.0.1/boostchanger-5.0.1.zip
+ source = https://github.com/nbebaw/boostchanger/releases/download/v5.0.3/boostchanger-5.0.3.zip
md5sums = SKIP
pkgname = boostchanger-git
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
}