mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/ncmpcpp to 0.7.5-1
This commit is contained in:
parent
1392c1a347
commit
4241713568
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
# - strip -march=native from extras Makefile
|
||||
|
||||
pkgname=ncmpcpp
|
||||
pkgver=0.7.4
|
||||
pkgrel=2
|
||||
pkgver=0.7.5
|
||||
pkgrel=1
|
||||
pkgdesc='Almost exact clone of ncmpc with some new features'
|
||||
url='http://ncmpcpp.rybczak.net/'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -17,7 +17,7 @@ license=('GPL')
|
|||
depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
|
||||
makedepends=('boost')
|
||||
source=(${pkgname}-${pkgver}.tar.bz2::http://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha512sums=('e5171bd095baefcdf1da1e4d3de3d14a22035584da9b7ec9f176c0fb32bee61a25d989c3405711e512333b10f38a5575e90ec733afeaf7aff995386396f3b918')
|
||||
sha512sums=('5f3b370a5a8fdc05e85a7b748debd960c0e76d5b9e43717efceaa985baa0c543d14d8b0fd7b09550111bff3aa66ec290d6cd2c0ec21de7a0caa10df1c68c99c8')
|
||||
|
||||
prepare() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue