summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobiot2021-12-13 23:19:08 +0200
committerrobiot2021-12-13 23:19:08 +0200
commit7111f50242ab76793a3bc222853dc4feddafbaa9 (patch)
tree8e1553ac0b3cf5c1c11ef241bde0cc0555b1af11
parent4685cbe94e2889caf2fabf5f630f1f288acb4bbe (diff)
downloadaur-7111f50242ab76793a3bc222853dc4feddafbaa9.tar.gz
Bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--v0.3.0.tar.gzbin0 -> 46091 bytes
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 085ece353f78..f4aaf9e68f95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zash
pkgdesc = Zash - A Zuper Awesome Shell
- pkgver = 0.1.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/robiot/zash
install = zash.install
@@ -8,7 +8,7 @@ pkgbase = zash
arch = aarch64
license = GPL-3.0
makedepends = cargo
- source = git+https://github.com/robiot/zash.git
+ source = https://github.com/robiot/zash/archive/refs/tags/v0.3.0.tar.gz
sha512sums = SKIP
pkgname = zash
diff --git a/PKGBUILD b/PKGBUILD
index cbb6ba4839b7..ac59e3ee67e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=zash
-pkgver=0.1.0
+pkgver=0.3.0
pkgrel=1
pkgdesc='Zash - A Zuper Awesome Shell'
arch=('x86_64' 'aarch64')
@@ -7,16 +7,16 @@ url='https://github.com/robiot/zash'
license=('GPL-3.0')
makedepends=('cargo')
sha512sums=('SKIP')
-source=("git+https://github.com/robiot/$pkgname.git")
+source=("${url}/archive/refs/tags/v${pkgver}.tar.gz")
install=zash.install
build() {
- cd $pkgname
+ cd $pkgname-$pkgver
cargo build --release
}
package() {
- cd $pkgname
+ cd $pkgname-$pkgver
install -Dm 755 target/release/${pkgname} ${pkgdir}/usr/bin/${pkgname}
} \ No newline at end of file
diff --git a/v0.3.0.tar.gz b/v0.3.0.tar.gz
new file mode 100644
index 000000000000..6df7466bf5de
--- /dev/null
+++ b/v0.3.0.tar.gz
Binary files differ