summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-06-05 23:51:02 +0200
committerhaawda2022-06-05 23:51:02 +0200
commit24796e55fe912ad992cebe47e97136c45dfd7ff0 (patch)
tree5b19d6a80a53d1f0f77945b124ed531d6aa41db5
parent8ad5bcec66597590e2d60bd4ce752cfaf92b0381 (diff)
downloadaur-24796e55fe912ad992cebe47e97136c45dfd7ff0.tar.gz
rename downloaded tarball
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b92f58e77318..995c236a2f8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jove
pkgdesc = Jonathan's Own Version of Emacs is an Emacs-like editor without Lisp.
pkgver = 4.17.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonmacs/jove
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = jove
depends = ncurses
provides = jove
conflicts = jove-git
- source = https://github.com/jonmacs/jove/archive/4.17.4.1.tar.gz
+ source = jove-4.17.4.1.tar.gz::https://github.com/jonmacs/jove/archive/4.17.4.1.tar.gz
md5sums = ee248ad169f7d13d275b987e0e328c76
sha1sums = 6ed9f67aeeb1f711a197ae4d19fb58ba8307bda4
sha256sums = 3fd763625367962de39a66b8fa103b41e17c87d3a0bdf9cac7a93e26e135198c
diff --git a/PKGBUILD b/PKGBUILD
index f9fd952e9cd9..423a68689e7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=jove
pkgver=4.17.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Jonathan's Own Version of Emacs is an Emacs-like editor without Lisp."
url="https://github.com/jonmacs/jove"
license=('custom')
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
depends=('ncurses')
provides=("${pkgname}")
conflicts=("${pkgname}-git")
-source=("https://github.com/jonmacs/${pkgname}/archive/${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/${pkgver}.tar.gz")
md5sums=('ee248ad169f7d13d275b987e0e328c76')
sha1sums=('6ed9f67aeeb1f711a197ae4d19fb58ba8307bda4')
sha256sums=('3fd763625367962de39a66b8fa103b41e17c87d3a0bdf9cac7a93e26e135198c')