summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Micieli2023-12-23 15:03:25 +0100
committerWilly Micieli2023-12-23 15:03:25 +0100
commit3c831f52973c9f9f8714fc319670e035778a89a8 (patch)
tree5131cf4167f9f899f86820816ab2894e1f6bac0d
parent7b059bbd1091e66904c41f1f67febc65e607e068 (diff)
downloadaur-3c831f52973c9f9f8714fc319670e035778a89a8.tar.gz
update version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61075d11929c..e3e0bb8122e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zuu
pkgdesc = An rust program to run tests with git hooks
- pkgver = 0.3.7
- pkgrel = 2
+ pkgver = 0.4.1
+ pkgrel = 1
url = https://github.com/taishingi/zuu
arch = any
license = GPL3
depends = rust
depends = git
- provides = again
- source = 0.3.7.tar.gz::https://github.com/taishingi/zuu/archive/refs/tags/0.3.7.tar.gz
- sha256sums = 08514e4b1719bc2f57c6bbfbd0f6f69caee08126af7d27ad5d37ef710d8d1426
+ provides = zuu
+ source = 0.4.1.tar.gz::https://github.com/taishingi/zuu/archive/refs/tags/0.4.1.tar.gz
+ sha256sums = 3eb63abef4fe7f959f7da6d7fa2ab351f3fcb54a6eb4c5b17957e9c0078d26ec
pkgname = zuu
diff --git a/PKGBUILD b/PKGBUILD
index 2bc2ef45c659..cc0f1ef37caa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Willy Micieli <micieli@vivaldi.net>
pkgname=zuu
-pkgver=0.3.7
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
pkgdesc="An rust program to run tests with git hooks"
-provides=("again")
+provides=("zuu")
arch=('any')
url="https://github.com/taishingi/zuu"
license=('GPL3')
depends=('rust' 'git')
source=("${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('08514e4b1719bc2f57c6bbfbd0f6f69caee08126af7d27ad5d37ef710d8d1426')
+sha256sums=('3eb63abef4fe7f959f7da6d7fa2ab351f3fcb54a6eb4c5b17957e9c0078d26ec')
package() {
cd "${pkgname}-${pkgver}"