summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoriboyperson2018-03-02 12:49:22 -0700
committeriboyperson2018-03-02 12:49:22 -0700
commit7f20744a8c195e7a96f53a294d17016031c60ed5 (patch)
tree22d1cc414e69be62863b439ac7ced31c17150307
parent58d128e3e849be3395c1eabf7c6ee533a1203a03 (diff)
downloadaur-7f20744a8c195e7a96f53a294d17016031c60ed5.tar.gz
changed source file to use pkgver variable
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 804fba7971eb..380126966756 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plasma5-applets-caffeine-plus
pkgdesc = Disable screensaver and auto suspend
pkgver = 1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/qunxyz/plasma-applet-caffeine-plus
arch = i686
arch = x86_64
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() {