summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHong Shick Pak2021-09-11 23:59:07 -0700
committerHong Shick Pak2021-09-11 23:59:07 -0700
commit4748139629631366a01433ec75f967cbf60e2083 (patch)
treea93bee5b638c08e0472bb370e734845815281e7a
parent6295e643bd69a0c0dd90aa2b4a541b5c8486b29e (diff)
downloadaur-4748139629631366a01433ec75f967cbf60e2083.tar.gz
Publish version 0.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bb0b29c559e..72f5fe7ac37f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zur
pkgdesc = An AUR helper written in Zig
- pkgver = 0.6.0
- pkgrel = 2
+ pkgver = 0.6.1
+ pkgrel = 1
url = https://github.com/hspak/zur
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = zur
provides = zur
conflicts = zur
conflicts = zur-git
- source = https://github.com/hspak/zur/archive/refs/tags/0.6.0.tar.gz
- sha256sums = 4ec682852201fc57f0f1938ca55ab38b8ffa319b17b1aaedefeba792c17d6b20
+ source = https://github.com/hspak/zur/archive/refs/tags/0.6.1.tar.gz
+ sha256sums = 63f8f0719bc4335f82151b5940ca0d755029e6aec28fac0107b2d11d56662a21
pkgname = zur
diff --git a/PKGBUILD b/PKGBUILD
index 4bf621fe80fc..53e81a20548c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hong Shick Pak <hong@hspak.com>
pkgname=zur
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
pkgdesc="An AUR helper written in Zig"
arch=("x86_64")
url="https://github.com/hspak/zur"
@@ -12,7 +12,7 @@ makedepends=("zig-git" "git")
provides=("$pkgname")
conflicts=("$pkgname" "$pkgname-git")
source=("https://github.com/hspak/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=("4ec682852201fc57f0f1938ca55ab38b8ffa319b17b1aaedefeba792c17d6b20")
+sha256sums=("63f8f0719bc4335f82151b5940ca0d755029e6aec28fac0107b2d11d56662a21")
build() {
cd "${pkgname}-${pkgver}"