summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2019-07-30 08:34:52 +0200
committerJosef Vybíhal2019-07-30 08:34:52 +0200
commitd83baeb7d8f5dfc7322c05a0dc8a0544dab809f8 (patch)
treec6557d2cb28a6655ad4907c85f5f1930193a1578
parent3e281addeaf35fad5af438b9f75818b6dac6c97f (diff)
downloadaur-d83baeb7d8f5dfc7322c05a0dc8a0544dab809f8.tar.gz
Replaced hardcoded version string in source url with pkgver variable
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d84c1333b1c..9ff91ecbb584 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gstm
pkgdesc = Gnome SSH Tunnel Manager - Gtk3 Edition
pkgver = 1.3.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/dallenwilson/gstm
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cb50db1b6d10..930ac0c19248 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
pkgname=gstm
pkgver=1.3.3
-pkgrel=3
+pkgrel=4
pkgdesc="Gnome SSH Tunnel Manager - Gtk3 Edition"
arch=('i686' 'x86_64')
url="https://github.com/dallenwilson/gstm"
license=('GPL')
depends=('openssh' 'libxml2' 'glib2' 'gdk-pixbuf2' 'gtk3')
makedepends=('intltool')
-source=(https://github.com/dallenwilson/gstm/releases/download/1.3.3/gstm-${pkgver}.tar.gz)
+source=(https://github.com/dallenwilson/gstm/releases/download/${pkgver}/gstm-${pkgver}.tar.gz)
sha256sums=('84d982763589b22be4dff593de2cb2e2e907093b9bcca70dbb1fe6859043852a')
build() {