summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoriboyperson2018-03-02 12:49:22 -0700
committeriboyperson2018-03-02 12:49:22 -0700
commit7f20744a8c195e7a96f53a294d17016031c60ed5 (patch)
tree22d1cc414e69be62863b439ac7ced31c17150307 /PKGBUILD
parent58d128e3e849be3395c1eabf7c6ee533a1203a03 (diff)
downloadaur-7f20744a8c195e7a96f53a294d17016031c60ed5.tar.gz
changed source file to use pkgver variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f11924ec1ca4..1498a73a24d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=plasma5-applets-caffeine-plus
_reponame=plasma-applet-caffeine-plus
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Disable screensaver and auto suspend"
arch=('i686' 'x86_64')
url="https://github.com/qunxyz/plasma-applet-caffeine-plus"
@@ -16,7 +16,7 @@ makedepends=(
)
provides=("plasma5-applets-caffeine-plus")
conflicts=("plasma5-applets-caffeine-plus")
-source=("https://github.com/qunxyz/plasma-applet-caffeine-plus/archive/v1.3.tar.gz")
+source=("https://github.com/qunxyz/plasma-applet-caffeine-plus/archive/v$pkgver.tar.gz")
sha256sums=('935beb6d536e1dba81b320d9f6c27dff2d96ad85f40ea608ae7ea63ec6ea5521')
prepare() {