mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/ncmpcpp to 0.8.2-1
This commit is contained in:
parent
96316ea119
commit
1328d35eff
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
# - strip -march=native from extras Makefile
|
||||
|
||||
pkgname=ncmpcpp
|
||||
pkgver=0.8.1
|
||||
pkgrel=4
|
||||
pkgver=0.8.2
|
||||
pkgrel=1
|
||||
pkgdesc='Almost exact clone of ncmpc with some new features'
|
||||
url='http://ncmpcpp.rybczak.net/'
|
||||
arch=('x86_64')
|
||||
|
@ -17,7 +17,7 @@ license=('GPL')
|
|||
depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
|
||||
makedepends=('boost')
|
||||
source=(${pkgname}-${pkgver}.tar.bz2::https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha512sums=('2b1b615672910f6b55d4a3e1842f677b8c72659a86dca74d9c306612038d7b765f622e4b8948f14d8a3f4fa913d413d128ed8726f70d7a09cfe95d3c1fe87d15')
|
||||
sha512sums=('9384edd162f40af23e4f26f437356520f117e4e2ab513ed3de132d2f11e597082d1cb7f0dd3696660d0c9bb85ad03e31fb921c97a11c7b28b32c5907fdbb8e8f')
|
||||
|
||||
prepare() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue