diff options
-rw-r--r-- | gmpc-lastfm/.footprint | 9 | ||||
-rw-r--r-- | gmpc-lastfm/.md5sum | 2 | ||||
-rw-r--r-- | gmpc-lastfm/Pkgfile | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/gmpc-lastfm/.footprint b/gmpc-lastfm/.footprint index e80e30268..af274445c 100644 --- a/gmpc-lastfm/.footprint +++ b/gmpc-lastfm/.footprint @@ -1,5 +1,6 @@ drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/gmpc/ -drwxr-xr-x root/root usr/share/gmpc/plugins/ --rwxr-xr-x root/root usr/share/gmpc/plugins/lastfmplugin.so +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/gmpc/ +drwxr-xr-x root/root usr/lib/gmpc/plugins/ +-rwxr-xr-x root/root usr/lib/gmpc/plugins/lastfmplugin.la +-rwxr-xr-x root/root usr/lib/gmpc/plugins/lastfmplugin.so diff --git a/gmpc-lastfm/.md5sum b/gmpc-lastfm/.md5sum index 0e63460f7..415b0f6bd 100644 --- a/gmpc-lastfm/.md5sum +++ b/gmpc-lastfm/.md5sum @@ -1 +1 @@ -1ace7659c98b0a20e5962ab2da83c0a5 gmpc-lastfm-0.14.0.tar.gz +0638aae656939ba1394574a149eb2a18 gmpc-last-fm-0.17.0.tar.gz diff --git a/gmpc-lastfm/Pkgfile b/gmpc-lastfm/Pkgfile index 91fb3aeb1..da68e3ec6 100644 --- a/gmpc-lastfm/Pkgfile +++ b/gmpc-lastfm/Pkgfile @@ -6,12 +6,12 @@ # Depends on: gmpc name=gmpc-lastfm -version=0.14.0 +version=0.17.0 release=1 -source=(http://download.sarine.nl/gmpc-0.14.0/plugins/$name-$version.tar.gz) +source=(http://download.sarine.nl/Programs/gmpc/$version/gmpc-last-fm-$version.tar.gz) build() { - cd $name-$version + cd gmpc-last-fm-$version ./configure --prefix=/usr make make DESTDIR=$PKG install |