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
No related tags found
No related merge requests found
...@@ -5,17 +5,17 @@ ...@@ -5,17 +5,17 @@
pkgname=ncmpcpp pkgname=ncmpcpp
pkgver=0.5.10 pkgver=0.5.10
pkgrel=2 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') arch=('i686' 'x86_64')
url="http://unkart.ovh.org/ncmpcpp/" url='http://ncmpcpp.rybczak.net/'
license=('GPL') license=('GPL')
depends=('curl' 'libmpdclient' 'taglib' 'ncurses') depends=('curl' 'libmpdclient' 'taglib' 'ncurses')
install=ncmpcpp.install 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') md5sums=('298ed66325bcfe358e37e186c7ea4861')
build() { build() {
cd "$srcdir/${pkgname}-${pkgver}" cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr \ ./configure --prefix=/usr \
--enable-unicode \ --enable-unicode \
--enable-clock \ --enable-clock \
...@@ -26,7 +26,6 @@ build() { ...@@ -26,7 +26,6 @@ build() {
} }
package() { package() {
cd "$srcdir/${pkgname}-${pkgver}" cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
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