summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-05-12 08:53:20 -0600
committerMark Wagie2021-05-12 08:53:20 -0600
commit55debd9e3f51c4931df1a975edd698cc28076359 (patch)
tree603641e827f12ca77bef400381a50e05da2f3574
parentaebcb850ef4bb9ac9cee007a72cffb3809703666 (diff)
downloadaur-55debd9e3f51c4931df1a975edd698cc28076359.tar.gz
0.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9daccd309523..f767edc1e27b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cod
pkgdesc = A completion daemon for bash/zsh
- pkgver = 0.0.0
- pkgrel = 5
+ pkgver = 0.1.0
+ pkgrel = 1
url = https://github.com/dim-an/cod
arch = any
license = Apache-2.0
makedepends = go
optdepends = bash-completion
- source = cod-0.0.0.tar.gz::https://github.com/dim-an/cod/archive/v0.0.0.tar.gz
- sha256sums = 6f773358f363141dcd1bbdffaaa5dea0a40ae7a84d5fc55fd453302de8493c20
+ source = cod-0.1.0.tar.gz::https://github.com/dim-an/cod/archive/v0.1.0.tar.gz
+ sha256sums = 3d8ed6f284afcf4c86a2164e234ab7ff40c50aa6ab0bd892e59f8dc8aef02541
pkgname = cod
diff --git a/PKGBUILD b/PKGBUILD
index 277106b40a52..3ead05206599 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=cod
-pkgver=0.0.0
-pkgrel=5
+pkgver=0.1.0
+pkgrel=1
pkgdesc="A completion daemon for bash/zsh"
arch=('any')
url="https://github.com/dim-an/cod"
@@ -9,7 +9,7 @@ license=('Apache-2.0')
makedepends=('go')
optdepends=('bash-completion')
source=("$pkgname-$pkgver.tar.gz::https://github.com/dim-an/cod/archive/v$pkgver.tar.gz")
-sha256sums=('6f773358f363141dcd1bbdffaaa5dea0a40ae7a84d5fc55fd453302de8493c20')
+sha256sums=('3d8ed6f284afcf4c86a2164e234ab7ff40c50aa6ab0bd892e59f8dc8aef02541')
prepare() {
# Prevent creation of a `go` directory in one's home.