summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornbebaw2020-11-15 09:19:06 +0100
committernbebaw2020-11-15 09:19:06 +0100
commitfba72a7400a710513811e489a1ac78745c948ab6 (patch)
treeedf97a88e28d2acda7f66b029c40fce4f240f613
parentc1cbae9fdf3da51cbf5ec3c5b72a64c8fe24e0f4 (diff)
downloadaur-fba72a7400a710513811e489a1ac78745c948ab6.tar.gz
publish v1.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c390b593818b..e9322dda339c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = boostchanger-git
pkgdesc = Control your CPU Turbo Boost with this App
- pkgver = 1.4
+ pkgver = 1.6
pkgrel = 0
url = https://gitlab.com/nbebaw/boostchanger
arch = any
license = MIT
makedepends = git
- source = https://gitlab.com/nbebaw/boostchanger/-/archive/v1.4/boostchanger-v1.4.tar.gz
+ source = https://gitlab.com/nbebaw/boostchanger/-/archive/v1.6/boostchanger-v1.6.tar.gz
md5sums = SKIP
pkgname = boostchanger-git
diff --git a/PKGBUILD b/PKGBUILD
index c95efab501a8..d88d19d4bf5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: nbebaw
pkgname=boostchanger-git
-pkgver=1.4
+pkgver=1.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=1.2
+ pkgverold=1.4
rm -rf ${pkgdir}/opt/boostchanger-v$pkgverold
tar -xf boostchanger-v$pkgver.tar.gz
}