aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-06-13 04:04:28 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-06-13 04:04:28 -0300
commit779bdfcbe17c61583a07271afef0c6d20702feff (patch)
treecbaf1831075b2b99ad7018ff11c7c808ffa067c9
parentdf762ffa16efec6c5596114c5e8cecb27f21c7b2 (diff)
testing/cawbird: upgrade to 1.1.0
-rw-r--r--testing/cawbird/APKBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/testing/cawbird/APKBUILD b/testing/cawbird/APKBUILD
index 1ff17765232..e958048cc8c 100644
--- a/testing/cawbird/APKBUILD
+++ b/testing/cawbird/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Danct12 <danct12@disroot.org>
# Maintainer: Danct12 <danct12@disroot.org>
pkgname=cawbird
-pkgver=1.0.5
+pkgver=1.1.0
pkgrel=0
pkgdesc="Fork of the Corebird GTK Twitter client that continues to work with Twitter"
url="https://ibboard.co.uk/cawbird"
@@ -13,13 +13,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/IBBoard/cawbird/archive/v$pk
subpackages="$pkgname-doc $pkgname-lang"
build() {
- meson \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --buildtype=plain \
- . output
+ abuild-meson . output
ninja -C output
}
@@ -27,4 +21,4 @@ package() {
DESTDIR="$pkgdir" ninja -C output install
}
-sha512sums="4401fc4427f2eddf667de6c8bbc32643079d8f875d850a64ae85112ce4eba16cc8201407291376af996ba8fbb5c6af4ca78d89fcb7eeb9790043156ae92b65bd cawbird-1.0.5.tar.gz"
+sha512sums="39bc054e8b689da2b7df1e206195bb53562d189148567124280da5c588fff5fdd28685baa152692ddd01a2036c5c78188b5abd6c3ac66406eedbaf5f05f00e10 cawbird-1.1.0.tar.gz"