summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlva2020-06-16 19:30:16 +0200
committerAlva2020-06-16 19:30:16 +0200
commit5e935bc8971e8e4b7b6dda7812cc708a8d5c109f (patch)
treef9e79d36e5591fd2b14bb4a88558b1df56d4cded
parent15f96f09478bdcd18f043fae9e1b4572a87e24ad (diff)
downloadaur-5e935bc8971e8e4b7b6dda7812cc708a8d5c109f.tar.gz
1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 471d6e09ae51..199569f5010c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = passphrase
pkgdesc = Small, simple passphrase generator, written in Zig
- pkgver = 1.0.0
- pkgrel = 2
+ pkgver = 1.0.1
+ pkgrel = 1
url = https://git.sr.ht/~alva/passphrase
arch = any
license = MIT
makedepends = zig>=0.6.0
makedepends = git
- source = git+https://git.sr.ht/~alva/passphrase#tag=1.0.0
+ source = git+https://git.sr.ht/~alva/passphrase#tag=1.0.1
sha256sums = SKIP
pkgname = passphrase
diff --git a/PKGBUILD b/PKGBUILD
index d91fa7aa1a53..649986418388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Alva <a at u8 dot is>
pkgname=passphrase
-pkgrel=2
-pkgver=1.0.0
+pkgrel=1
+pkgver=1.0.1
pkgdesc="Small, simple passphrase generator, written in Zig"
arch=('any')
url="https://git.sr.ht/~alva/${pkgname}"
license=('MIT')
makedepends=('zig>=0.6.0' 'git')
-source=(git+https://git.sr.ht/~alva/${pkgname}#tag=1.0.0)
+source=(git+https://git.sr.ht/~alva/${pkgname}#tag=${pkgver})
sha256sums=('SKIP')
build() {