mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/ncmpcpp to 0.7.4-1
This commit is contained in:
parent
f208b6dee7
commit
5adbba321f
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
# - strip -march=native from extras Makefile
|
||||
|
||||
pkgname=ncmpcpp
|
||||
pkgver=0.7.3
|
||||
pkgrel=2
|
||||
pkgver=0.7.4
|
||||
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=('6314b97f36014ade92b3a73640bf529625d75d20a68fb9b2999de579095e37c46e1951b22b0a849bd8e23998e72cfa77f717cff914b7e20dccc0a918cb739732')
|
||||
sha512sums=('e5171bd095baefcdf1da1e4d3de3d14a22035584da9b7ec9f176c0fb32bee61a25d989c3405711e512333b10f38a5575e90ec733afeaf7aff995386396f3b918')
|
||||
|
||||
prepare() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue