summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornbebaw2021-05-13 10:54:33 +0200
committernbebaw2021-05-13 10:54:33 +0200
commitb5aa201b3118ed7106d499c2d7f3413222607b8c (patch)
tree6e84712c57d999ca0821842471537ddf9b88529f
parent6f6b808fd2b23564b439064587a89ca803b70425 (diff)
downloadaur-b5aa201b3118ed7106d499c2d7f3413222607b8c.tar.gz
publish v4.1.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84a3813796a2..22fb62b1c7bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = boostchanger-git
pkgdesc = Control your CPU Turbo Boost with this App
pkgver = 4.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/nbebaw/boostchanger
arch = any
license = MIT
makedepends = git
makedepends = wget
makedepends = unzip
- source = https://github.com/nbebaw/boostchanger/releases/download/v4.1.4/boostchanger-4.1.4.zip
+ source = https://github.com/nbebaw/boostchanger/releases/download/v4.1.5/boostchanger-4.1.5.zip
md5sums = SKIP
pkgname = boostchanger-git
diff --git a/PKGBUILD b/PKGBUILD
index 25fa0d20c02c..d20d53fc2740 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: nbebaw
pkgname=boostchanger-git
pkgver=4.1
-pkgrel=4
+pkgrel=5
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=4.1.3
+ pkgverold=4.1.4
rm -rf ${pkgdir}/opt/boostchanger-$pkgverold
unzip -d boostchanger-$pkgver.$pkgrel boostchanger-$pkgver.$pkgrel.zip
}