Applied changes from testing.

This commit is contained in:
chaves 2011-01-13 13:05:49 +00:00
parent 5683ce3fbf
commit a3234b2580
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
cd $1
../makepkg -sr
rm -r pkg src *.pkg.*
../makepkg -sr --noconfirm
rm -rf pkg src *.pkg.*
cd ..

View File

@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=lastfmsubmitd
pkgver=1.0.6
pkgrel=2
pkgrel=3
pkgdesc="A Last.fm 'plugin' client for MPD, implemented in Python."
arch=(i686 x86_64)
url="http://www.red-bean.com/~decklin/software/lastfmsubmitd/"