summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornbebaw2020-11-26 21:09:53 +0100
committernbebaw2020-11-26 21:09:53 +0100
commit395ad15aa60ca3e13830171f7babfa186fd92f63 (patch)
tree8cfcb8c78cfa1e7ca12b83962a2e348e5d4b52e3
parent503146a981a10fb91dcfc02d9d1bec85f8c8f2d2 (diff)
downloadaur-395ad15aa60ca3e13830171f7babfa186fd92f63.tar.gz
publish v2.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99438c752304..72ffb69076cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = boostchanger-git
pkgdesc = Control your CPU Turbo Boost with this App
- pkgver = 2.0
+ pkgver = 2.2
pkgrel = 0
url = https://gitlab.com/nbebaw/boostchanger
arch = any
license = MIT
makedepends = git
- source = https://gitlab.com/nbebaw/boostchanger/-/archive/v2.0/boostchanger-v2.0.tar.gz
+ source = https://gitlab.com/nbebaw/boostchanger/-/archive/v2.2/boostchanger-v2.2.tar.gz
md5sums = SKIP
pkgname = boostchanger-git
diff --git a/PKGBUILD b/PKGBUILD
index cd09035771d0..eb4663965ab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: nbebaw
pkgname=boostchanger-git
-pkgver=2.0
+pkgver=2.2
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=1.8
+ pkgverold=2.0
rm -rf ${pkgdir}/opt/boostchanger-v$pkgverold
tar -xf boostchanger-v$pkgver.tar.gz
}