summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasilii Novikov2019-11-23 10:24:01 +0100
committerVasilii Novikov2019-11-23 10:24:01 +0100
commit2b02765e06402c08e868447098c16630ebf9590c (patch)
tree77d260d2773a479c3e0d0137eb817ac6e74c9408
parent7b8e41b5ce075604e2074a7868b0d07b4505ceac (diff)
downloadaur-2b02765e06402c08e868447098c16630ebf9590c.tar.gz
adapt to changed tagging format
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e1ba73e42f2..4a2709c98927 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = rua
optdepends = bubblewrap-suid: version of bubblewrap that works on linux-hardened kernel
optdepends = shellcheck: check PKGBUILD scripts, taking care of special variables
optdepends = sudo: package installation can be done via sudo, if convenient
- source = rua-0.15.0.tar.gz::https://github.com/vn971/rua/archive/0.15.0.tar.gz
+ source = rua-0.15.0.tar.gz::https://github.com/vn971/rua/archive/v0.15.0.tar.gz
sha256sums = 35a21ad6f821d3acf76264e6384f4f97d4c3d51f8cd019d98974978f9471cd0c
pkgname = rua
diff --git a/PKGBUILD b/PKGBUILD
index 6aa3d5a22fb2..a2d0d01a10c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.15.0
pkgrel=1
pkgdesc='AUR helper in Rust providing control, review, patch application and safe build options'
url='https://github.com/vn971/rua'
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vn971/rua/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vn971/rua/archive/v${pkgver}.tar.gz")
arch=('x86_64' 'i686')
license=('GPL3')