diff options
author | prspkt <prspkt@protonmail.com> | 2019-02-20 00:27:25 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-02-23 00:41:24 +0200 |
commit | e9cae0755fa692f2103e398f32e6cc73af3f636d (patch) | |
tree | faa20af646eb1d77559b37ea3649187ea3b5a8b2 /community/cmus | |
parent | 1c973c86d7e7e128eb5b9401a338984ad4ac5e9a (diff) | |
download | aports-e9cae0755fa692f2103e398f32e6cc73af3f636d.tar.bz2 aports-e9cae0755fa692f2103e398f32e6cc73af3f636d.tar.xz |
community/cmus: upgrade to 2.8.0
Diffstat (limited to 'community/cmus')
-rw-r--r-- | community/cmus/APKBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/cmus/APKBUILD b/community/cmus/APKBUILD index e52ce290d5..f1f35888eb 100644 --- a/community/cmus/APKBUILD +++ b/community/cmus/APKBUILD @@ -2,9 +2,8 @@ # Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> pkgname=cmus -pkgver=2.8.0_rc0 -_pkgver=${pkgver/_rc/-rc} -pkgrel=1 +pkgver=2.8.0 +pkgrel=0 pkgdesc="A very feature-rich ncurses-based music player" url="https://cmus.github.io/" arch="all" @@ -15,10 +14,10 @@ makedepends="alsa-lib-dev faad2-dev flac-dev libmad-dev opusfile-dev linux-headers" subpackages="$pkgname-doc $pkgname-zsh-completion:zshcomp:noarch $pkgname-bash-completion:bashcomp:noarch" -source="$pkgname-$_pkgver.tar.gz::https://github.com/cmus/cmus/archive/v$_pkgver.tar.gz +source="$pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v$pkgver.tar.gz c11-atomics-check.patch " -builddir="$srcdir"/$pkgname-$_pkgver +builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" @@ -53,5 +52,5 @@ zshcomp() { "$subpkgdir"/usr/share/zsh/site-functions/_$pkgname } -sha512sums="0379f18497d6510fad35a2d905c932d12f2726a5694d3ab272ce139e9ea4520cb4dd1cf3fafe890f6ada8a64285f8c04ef7571647a66c2d44df17e2dca80f869 cmus-2.8.0-rc0.tar.gz +sha512sums="cf359dfcefa833a5b10a2d16ac405672bea762b62b7177c115560127035682fba65c15b9a8710179a343d1f99212a0260b5c095542982202e2cd1bef5b0c17fc cmus-2.8.0.tar.gz 97cb5e7340a9baf1d662cd965a169bf63aca28ae165bc0ca1ed81cabfd44b3d3215abbd8e8c42ecdeeaede5ca03271eccb722048d61a894b55f3c7d353e4044e c11-atomics-check.patch" |