summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornbebaw2021-08-28 23:04:54 +0200
committernbebaw2021-08-28 23:04:54 +0200
commit74721bc6173913b7dea2df279df0110569da467d (patch)
tree62dbba3cb1fa87d49f7184ab08de915d16460dc6
parent2fb3b5fd94cc558359f2eac8c9cc7ddae81deac7 (diff)
downloadaur-74721bc6173913b7dea2df279df0110569da467d.tar.gz
publish v4.3.1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 555f93d08257..ce3ced1d21fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = boostchanger-git
pkgdesc = Control your CPU Turbo Boost with this App
pkgver = 4.3
- pkgrel = 0
+ pkgrel = 1
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.3.0/boostchanger-4.3.0.zip
+ source = https://github.com/nbebaw/boostchanger/releases/download/v4.3.1/boostchanger-4.3.1.zip
md5sums = SKIP
pkgname = boostchanger-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c82b22ce8bfb..16d1d2cb8022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: nbebaw
pkgname=boostchanger-git
pkgver=4.3
-pkgrel=0
+pkgrel=1
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.2.2
+ pkgverold=4.3.0
rm -rf ${pkgdir}/opt/boostchanger-$pkgverold
unzip -d boostchanger-$pkgver.$pkgrel boostchanger-$pkgver.$pkgrel.zip
}