summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornbebaw2021-01-04 19:07:10 +0100
committernbebaw2021-01-04 19:07:10 +0100
commit9af0dc7eee3a84a715435fc5a0069067b714efe2 (patch)
tree515ac51cea1ea81c4f4da1ba0be85178fe8c92f4
parentbb89bd84c04a67512065437012a39a7db8907acc (diff)
downloadaur-9af0dc7eee3a84a715435fc5a0069067b714efe2.tar.gz
publish v3.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd761f192f00..f022f1aa9790 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = boostchanger-git
pkgdesc = Control your CPU Turbo Boost with this App
- pkgver = 3.4
+ pkgver = 3.6
pkgrel = 0
url = https://gitlab.com/nbebaw/boostchanger
arch = any
license = MIT
makedepends = git
- source = https://gitlab.com/nbebaw/boostchanger/-/archive/v3.4/boostchanger-v3.4.tar.gz
+ source = https://gitlab.com/nbebaw/boostchanger/-/archive/v3.6/boostchanger-v3.6.tar.gz
md5sums = SKIP
pkgname = boostchanger-git
diff --git a/PKGBUILD b/PKGBUILD
index 1fe349ae4ef8..b23f5b94b13b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: nbebaw
pkgname=boostchanger-git
-pkgver=3.4
+pkgver=3.6
pkgrel=0
pkgdesc="Control your CPU Turbo Boost with this App"
arch=('any')
@@ -16,7 +16,7 @@ source=("https://gitlab.com/nbebaw/boostchanger/-/archive/v$pkgver/boostchanger-
md5sums=('SKIP')
prepare() {
- pkgverold=3.2
+ pkgverold=3.4
rm -rf ${pkgdir}/opt/boostchanger-v$pkgverold
tar -xf boostchanger-v$pkgver.tar.gz
}