summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Schmitt2016-11-21 16:56:31 +0100
committerPhilipp Schmitt2016-11-21 16:56:31 +0100
commit766a08419f858f83914a94e7c7121851eddc68f3 (patch)
tree65785f5e9d7bc805ab44e7a80ffc0d53a0f8c36e /PKGBUILD
parentb792a16b54be4c2ff4558da7efc6c23b37ffd99e (diff)
downloadaur-gammu-json.tar.gz
Use pkgver in source array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3e6f32ac94d..96cfebb88cb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=gammu-json
pkgver=b61ff02
-pkgrel=1
+pkgrel=2
pkgdesc="A simple command-line utility to display received SMS messages as JSON, or delete messages, using libgammu."
arch=("any")
url="https://github.com/browndav/gammu-json"
license=("GPL3")
depends=("gammu")
-source=("git+${url}#commit=b61ff02")
+source=("git+${url}#commit=${pkgver}")
sha256sums=('SKIP')
build() {