summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorproshunsuke2020-06-07 03:53:46 +0900
committerproshunsuke2020-06-07 03:53:46 +0900
commit45312ddbe8880f03d7cdebcc3e73fe96c8488f9b (patch)
tree3b092a722a39fb60ab234214c72803c219862827
parent798b275165f624ce265c738b54d56fdefbee2606 (diff)
downloadaur-45312ddbe8880f03d7cdebcc3e73fe96c8488f9b.tar.gz
colmsg version0.1.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea60c04e7923..53ac99436f0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colmsg
pkgdesc = A CLI tool for 欅坂/日向坂メッセージアプリ
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/proshunsuke/colmsg
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = colmsg
makedepends = git
makedepends = rust
depends = libssh2
- source = git+https://github.com/proshunsuke/colmsg#commit=01374055ef8e9f5d7104f2e5ff9097ab9975ffe3
+ source = git+https://github.com/proshunsuke/colmsg#commit=86f7e4fd1baaa39c8644c2eb005f9714d2437cd3
sha256sums = SKIP
pkgname = colmsg
diff --git a/PKGBUILD b/PKGBUILD
index d98b94910da9..15cd292017ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: pro_shunsuke <shunsuke0901@gmail.com>
pkgname=colmsg
-pkgver=0.1.1
+pkgver=0.1.2
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=01374055ef8e9f5d7104f2e5ff9097ab9975ffe3") # tag: v0.1.1
+source=("git+$url#commit=86f7e4fd1baaa39c8644c2eb005f9714d2437cd3") # tag: v0.1.2
sha256sums=('SKIP')
build() {