summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornbebaw2020-11-19 15:03:43 +0100
committernbebaw2020-11-19 15:03:43 +0100
commit503146a981a10fb91dcfc02d9d1bec85f8c8f2d2 (patch)
tree8faa729c52c662cdf7f1a82055dc55d30d5313ea
parent51c218846a37612295398b168e399829ae8f092a (diff)
downloadaur-503146a981a10fb91dcfc02d9d1bec85f8c8f2d2.tar.gz
publish v2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c68dcb72095..99438c752304 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = boostchanger-git
pkgdesc = Control your CPU Turbo Boost with this App
- pkgver = 1.8
- pkgrel = 1
+ pkgver = 2.0
+ pkgrel = 0
url = https://gitlab.com/nbebaw/boostchanger
arch = any
license = MIT
makedepends = git
- source = https://gitlab.com/nbebaw/boostchanger/-/archive/v1.8/boostchanger-v1.8.tar.gz
+ source = https://gitlab.com/nbebaw/boostchanger/-/archive/v2.0/boostchanger-v2.0.tar.gz
md5sums = SKIP
pkgname = boostchanger-git
diff --git a/PKGBUILD b/PKGBUILD
index e2c2351a1309..cd09035771d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Maintainer: nbebaw
pkgname=boostchanger-git
-pkgver=1.8
-pkgrel=1
+pkgver=2.0
+pkgrel=0
pkgdesc="Control your CPU Turbo Boost with this App"
arch=('any')
url="https://gitlab.com/nbebaw/boostchanger"
@@ -16,7 +16,7 @@ source=("https://gitlab.com/nbebaw/boostchanger/-/archive/v$pkgver/boostchanger-
md5sums=('SKIP')
prepare() {
- pkgverold=1.6
+ pkgverold=1.8
rm -rf ${pkgdir}/opt/boostchanger-v$pkgverold
tar -xf boostchanger-v$pkgver.tar.gz
}