summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornbebaw2021-01-22 13:23:18 +0100
committernbebaw2021-01-22 13:23:18 +0100
commitd2d03a7b8bece51d25e2fcd855540b46942c3ef5 (patch)
treefb9b5925ca725e93e6e2d1fff3e5f489f9779477
parent06b2ba3b4bf46a952e8f83592e8239ad62706302 (diff)
downloadaur-d2d03a7b8bece51d25e2fcd855540b46942c3ef5.tar.gz
publish v4.0.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d26eaa31824..df0aa66508ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = boostchanger-git
pkgdesc = Control your CPU Turbo Boost with this App
pkgver = 4.0
- pkgrel = 2
+ 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/v4.0.2/boostchanger-4.0.2.zip
+ source = https://github.com/nbebaw/boostchanger/releases/download/v4.0.3/boostchanger-4.0.3.zip
md5sums = SKIP
pkgname = boostchanger-git
diff --git a/PKGBUILD b/PKGBUILD
index e3a4e7c27e89..1dd80d518fa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: nbebaw
pkgname=boostchanger-git
pkgver=4.0
-pkgrel=2
+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=4.0.1
+ pkgverold=4.0.2
rm -rf ${pkgdir}/opt/boostchanger-$pkgverold
unzip -d boostchanger-$pkgver.$pkgrel boostchanger-$pkgver.$pkgrel.zip
}