aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bitlbee-mastodon
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-04 12:35:22 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-09-06 14:28:22 +0000
commit3871623d12b082ebbe576d32eb2b41ef01ce0970 (patch)
treefd5d28cc93c9a57651e826a0352d0a7b2d13bf6d /testing/bitlbee-mastodon
parenta97b78176757c6605dfc05afe806f5683df2deec (diff)
downloadaports-3871623d12b082ebbe576d32eb2b41ef01ce0970.tar.bz2
aports-3871623d12b082ebbe576d32eb2b41ef01ce0970.tar.xz
testing/bitlbee-mastodon: upgrade to 1.4.2
Diffstat (limited to 'testing/bitlbee-mastodon')
-rw-r--r--testing/bitlbee-mastodon/APKBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/testing/bitlbee-mastodon/APKBUILD b/testing/bitlbee-mastodon/APKBUILD
index b9e4159bb0..cee9e06b83 100644
--- a/testing/bitlbee-mastodon/APKBUILD
+++ b/testing/bitlbee-mastodon/APKBUILD
@@ -1,32 +1,28 @@
# Contributor: Marvin Steadfast <marvin@xsteadfastx.org>
# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org>
pkgname=bitlbee-mastodon
-pkgver=1.4.0
+pkgver=1.4.2
pkgrel=0
pkgdesc="Mastodon plugin for Bitlbee"
url="https://alexschroeder.ch/cgit/bitlbee-mastodon"
arch="all"
-license="LGPL-2.1"
+license="LGPL-2.1-only"
depends="bitlbee"
makedepends="bitlbee-dev autoconf automake libtool"
source="bitlbee-mastodon-$pkgver.tar.gz::https://github.com/kensanata/bitlbee-mastodon/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
prepare() {
default_prepare
- cd "$builddir"
./autogen.sh
}
build() {
- cd "$builddir"
./configure
make
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="2d529443bcf8491a0cd6eb4fe39fa21ae8e5a3a0e1d7a906c6b876602dd3ca7aea10e7156829e39c11d655000cc6c05d2605906e56f94af36824d194e40379f3 bitlbee-mastodon-1.4.0.tar.gz"
+sha512sums="0581f9e106ce9e939474348a8dd493ee609b7905a310fd27d62316c159b36117584a5aee02b843bded8c2710d3af602f8c67423b646d19c569089235b747ab6f bitlbee-mastodon-1.4.2.tar.gz"