summaryrefslogtreecommitdiff
path: root/ncmpcpp/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-12-21 11:03:47 +0000
committerTim Biermann <tbier@posteo.de>2020-12-21 21:56:17 +0000
commit5149af6918c8779fa2bcebad8803354df0102dc0 (patch)
treedd34940c8ac9476a4762b79c1456b2e26c4e19b8 /ncmpcpp/Pkgfile
parent1996d4249900bc29fffc31076c0112f0b9f651f5 (diff)
downloadcontrib-5149af6918c8779fa2bcebad8803354df0102dc0.tar.gz
contrib-5149af6918c8779fa2bcebad8803354df0102dc0.tar.xz
ncmpcpp: 0.8.2 -> 0.9
Diffstat (limited to 'ncmpcpp/Pkgfile')
-rw-r--r--ncmpcpp/Pkgfile8
1 files changed, 3 insertions, 5 deletions
diff --git a/ncmpcpp/Pkgfile b/ncmpcpp/Pkgfile
index b65833e6c..4d0d8d9dd 100644
--- a/ncmpcpp/Pkgfile
+++ b/ncmpcpp/Pkgfile
@@ -5,17 +5,15 @@
# Optional: mpd fftw taglib
name=ncmpcpp
-version=0.8.2
-release=3
-source=(https://github.com/arybczak/$name/archive/$version/$name-$version.tar.gz
- gcc10.patch)
+version=0.9
+release=1
+source=(https://github.com/arybczak/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
[[ -e /usr/lib/pkgconfig/fftw3.pc ]] && PKGMK_NCMPCPP+=' --with-fftw --enable-visualizer'
[[ -e /usr/lib/pkgconfig/taglib.pc ]] && PKGMK_NCMPCPP+=' --with-taglib'
- patch -Np1 -i $SRC/gcc10.patch
./autogen.sh
./configure $PKGMK_NCMPCPP \
--prefix=/usr \

Generated by cgit