summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Flynn2021-08-18 05:58:52 -0400
committerSeth Flynn2021-08-18 05:58:52 -0400
commitc69c7c32b23e7c421d1889d46316703a09594d83 (patch)
tree9301e4b4f801fb98d0259c2269aed3bf8f8a5186
parent8268b78cc13bb42548c80f6f11ca508f9d469ab8 (diff)
downloadaur-c69c7c32b23e7c421d1889d46316703a09594d83.tar.gz
update PKGBUILD formatting
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abf43420c97d..469d3f1d0f04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = joshuto
pkgdesc = ranger-like terminal file manager written in Rust
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kamiyaa/joshuto
arch = any
license = LGPL3
@@ -11,8 +11,7 @@ pkgbase = joshuto
depends = xdg-utils
provides = joshuto
conflicts = joshuto
- source = https://github.com/kamiyaa/joshuto/archive/refs/tags/0.9.0.tar.gz
+ source = https://github.com/kamiyaa/joshuto/archive/refs/tags/0.9.0.tar.gz
md5sums = 294fdc737ec044955e5ccd7c8ee6ae43
pkgname = joshuto
-
diff --git a/PKGBUILD b/PKGBUILD
index 2d76a21687d0..5edf543165de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=joshuto
_pkgname=joshuto
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="ranger-like terminal file manager written in Rust"
arch=("any")
url="https://github.com/kamiyaa/joshuto"
@@ -12,7 +12,7 @@ depends=("file" "xdg-utils")
makedepends=("git" "cargo")
provides=(${_pkgname})
conflicts=(${_pkgname})
-source=('https://github.com/kamiyaa/joshuto/archive/refs/tags/0.9.0.tar.gz')
+source=("https://github.com/kamiyaa/joshuto/archive/refs/tags/$pkgver.tar.gz")
md5sums=('294fdc737ec044955e5ccd7c8ee6ae43')
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=loop