summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {