Skip to content
Snippets Groups Projects
Commit cc948472 authored by Bartłomiej Piotrowski's avatar Bartłomiej Piotrowski
Browse files

Correct URL to the source code.

parent 931c5c80
No related branches found
Tags 1-1
No related merge requests found
......@@ -5,17 +5,17 @@
pkgname=ncmpcpp
pkgver=0.5.10
pkgrel=2
pkgdesc="An almost exact clone of ncmpc with some new features."
pkgdesc='Almost exact clone of ncmpc with some new features'
arch=('i686' 'x86_64')
url="http://unkart.ovh.org/ncmpcpp/"
url='http://ncmpcpp.rybczak.net/'
license=('GPL')
depends=('curl' 'libmpdclient' 'taglib' 'ncurses')
install=ncmpcpp.install
source=(http://unkart.ovh.org/ncmpcpp/${pkgname}-${pkgver}.tar.bz2)
source=(http://ncmpcpp.rybczak.net/stable/$pkgname-$pkgver.tar.bz2)
md5sums=('298ed66325bcfe358e37e186c7ea4861')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr \
--enable-unicode \
--enable-clock \
......@@ -26,7 +26,6 @@ build() {
}
package() {
cd "$srcdir/${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment