diff options
author | Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> | 2018-03-06 17:25:59 -0600 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-07 09:20:04 +0000 |
commit | c1f788b21a12f0b760330eba5cfbf200d05bd617 (patch) | |
tree | ac0551c0026763fcf8e1e45dc6aef9155218baf0 /testing/nheko | |
parent | 8d88676dba3a59296d186c2fb62a8b920aa89975 (diff) | |
download | aports-c1f788b21a12f0b760330eba5cfbf200d05bd617.tar.bz2 aports-c1f788b21a12f0b760330eba5cfbf200d05bd617.tar.xz |
testing/nheko: bump to 0.2.0
Diffstat (limited to 'testing/nheko')
-rw-r--r-- | testing/nheko/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/nheko/APKBUILD b/testing/nheko/APKBUILD index e1a7258a74..fc00a33548 100644 --- a/testing/nheko/APKBUILD +++ b/testing/nheko/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> # Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> pkgname=nheko -pkgver=0.1.0 +pkgver=0.2.0 pkgrel=0 pkgdesc="Qt5-based client for Matrix protocol" url="https://github.com/mujx/nheko" @@ -11,8 +11,10 @@ depends="" depends_dev="" makedepends="cmake qt5-qtbase-dev qt5-qttools-dev qt5-qtmultimedia-dev lmdb-dev $depends_dev" install="" -source="nheko-$pkgver.tar.bz2::https://github.com/mujx/nheko/releases/download/v$pkgver/nheko.tar.bz2" -builddir="$srcdir/nheko" +source="$pkgname-$pkgver.tar.gz::https://github.com/mujx/nheko/archive/v$pkgver.tar.gz" +builddir="$srcdir/$pkgname-$pkgver" +# no test suite +options="!check" build() { cd "$builddir" @@ -41,7 +43,6 @@ check() { package() { cd "$builddir"/build install -D -m755 nheko "$pkgdir"/usr/bin/nheko - install -D -m644 libs/matrix-structs/libmatrix_structs.so "$pkgdir"/usr/lib/libmatrix_structs.so install -D -m644 ../resources/nheko-256.png "$pkgdir"/usr/share/pixmaps/nheko-256.png install -D -m644 ../resources/nheko.desktop "$pkgdir"/usr/share/applications/nheko.desktop @@ -52,4 +53,4 @@ package() { done } -sha512sums="0de58235c66c7374937ecfadc65cbe34dc99a497a7efc79b55517355418d5093136037dbbae4193835d62f755b2e889f84edeacb1408c3e31770ca3c3bb477d1 nheko-0.1.0.tar.bz2" +sha512sums="3b2a5980e1e0fa38c481a768a4e6511e94d9f38e1457400fcd696cb95d8e86162ff0f468856bdd07b003dc24f21da9edac16d0793952ec3e6c5d9424b5090e2e nheko-0.2.0.tar.gz" |