summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorproshunsuke2021-01-23 13:36:17 +0900
committerproshunsuke2021-01-23 13:36:17 +0900
commitf4ba5a49364042d1f9ade2f2f72a24fb8482f604 (patch)
tree7d87c804c8e4329fb2148ded7528f0bf01a0721d
parentb1d4f8897f7f1813282c8ce4d901a87de2329da6 (diff)
downloadaur-f4ba5a49364042d1f9ade2f2f72a24fb8482f604.tar.gz
colmsg version2.0.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72cce7b7e3e5..dd020c63a166 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colmsg
pkgdesc = A CLI tool for 櫻坂46メッセージ and 日向坂46メッセージ app.
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/proshunsuke/colmsg
arch = x86_64
@@ -9,8 +9,9 @@ pkgbase = colmsg
makedepends = cmake
makedepends = git
makedepends = rust
- depends = libssh2
- source = git+https://github.com/proshunsuke/colmsg#commit=23db2b3fa43de56813d6786c8b247df03f25eed1
+ depends = gcc-libs
+ depends = openssl
+ source = git+https://github.com/proshunsuke/colmsg#commit=8ffb8ef7315bed7fe875940c98926ea54f069fd8
sha256sums = SKIP
pkgname = colmsg
diff --git a/PKGBUILD b/PKGBUILD
index 6d1f6542c3a7..07fbd7e208ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: pro_shunsuke <shunsuke0901@gmail.com>
pkgname=colmsg
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc='A CLI tool for 櫻坂46メッセージ and 日向坂46メッセージ app.'
arch=(x86_64)
url='https://github.com/proshunsuke/colmsg'
license=(MIT)
makedepends=(clang cmake git rust)
-depends=(libssh2)
-source=("git+$url#commit=23db2b3fa43de56813d6786c8b247df03f25eed1") # tag: v2.0.2
+depends=('gcc-libs' 'openssl')
+source=("git+$url#commit=8ffb8ef7315bed7fe875940c98926ea54f069fd8") # tag: v2.0.3
sha256sums=('SKIP')
build() {