summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Efremov2020-11-15 01:03:05 +0200
committerEugene Efremov2020-11-15 01:03:05 +0200
commit2b0a1dad22bdfd358c7d9fe7d306bd5e69a9df7e (patch)
tree054fbdd7da2721d46a51d07ebffa2e6352bf15b8
parentaf0818e6d7af21613fd350fe1b2554c6e16c1df4 (diff)
downloadaur-2b0a1dad22bdfd358c7d9fe7d306bd5e69a9df7e.tar.gz
Update repositiry URL
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92ce97aaa7e6..8fa331037d2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Boris Timofeev <btimofeev@emunix.org>
pkgname=insteadman
pkgver=3.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Manager for INSTEAD interpreter."
arch=('i686' 'x86_64')
-url="https://github.com/jhekasoft/insteadman3"
+url="https://github.com/jhekasoft/insteadman"
license=('MIT')
depends=('instead')
makedepends=('go')
-source=("https://github.com/jhekasoft/insteadman3/archive/v$pkgver.tar.gz")
+source=("https://github.com/jhekasoft/insteadman/archive/v$pkgver.tar.gz")
sha256sums=('a821eec1191c56e6ce897b07db32704a63acd9aabf443c174452584134cfdb3f')
build() {