summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorproshunsuke2020-06-21 20:28:09 +0900
committerproshunsuke2020-06-21 20:28:09 +0900
commit30bb16d6847919f4742c262bbf4b95543a4aa079 (patch)
tree28bd196f0d266cc7c4acdb0c2785ce4d7b0311b6 /PKGBUILD
parentdd97cc3f155d49e2a281b7267df058ed8de46d02 (diff)
downloadaur-30bb16d6847919f4742c262bbf4b95543a4aa079.tar.gz
colmsg version1.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5833329faed0..ff83ffac7b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: pro_shunsuke <shunsuke0901@gmail.com>
pkgname=colmsg
-pkgver=0.1.3
+pkgver=1.0.0
pkgrel=1
pkgdesc='A CLI tool for 欅坂/日向坂メッセージアプリ'
arch=(x86_64)
@@ -9,7 +9,7 @@ url='https://github.com/proshunsuke/colmsg'
license=(MIT)
makedepends=(clang cmake git rust)
depends=(libssh2)
-source=("git+$url#commit=26601f1107568f779669d9de9937c17f838962d5") # tag: v0.1.3
+source=("git+$url#commit=66ac78388da115bf902655488fd680eab489add8") # tag: v1.0.0
sha256sums=('SKIP')
build() {