updated spun

This commit is contained in:
george 2012-06-19 00:56:51 +00:00
parent 77b0e847b5
commit c3034500af
2 changed files with 7 additions and 8 deletions

View File

@ -4,7 +4,7 @@
# Maintainer: george <george[at]chakra-project.org>
pkgname=spun
pkgver=0.2.3
pkgver=0.3
pkgrel=1
pkgdesc='A simple pacman update notifier, using notify-send.'
arch=('any')
@ -17,8 +17,8 @@ optdepends=('kde-baseapps: for the kdialog configuration gui')
source=('https://raw.github.com/george2/spun/master/spun'
'https://raw.github.com/george2/spun/master/spun.conf'
'https://raw.github.com/george2/spun/master/spun.desktop')
md5sums=('39e9bb2748131f282090b6d297e7c023'
'd7fafc74fa2b5ab0d5117bc5b470a26f'
md5sums=('485f63d5569afca73799b45eb12ba06f'
'1a1ac3a55999a35798e01945f3827b1e'
'ac9e112d6280bb384fb76cd4ed85dd5d')
package() {

View File

@ -1,11 +1,10 @@
post_install() {
echo "To use this script, just add spun to your startup applications."
echo "spun will start automatically at login"
echo "==> want audio notifications?"
echo "==> after the first run, uncomment the 'playwith' and 'audio'"
echo "==> options in your ~/.spunrc"
}
post_upgrade() {
post_install
}
post_remove() {
echo "Don't forget to remove spun from your startup applications!"
}