updated PKGBUILD

This commit is contained in:
Patrick Ulbrich
2014-05-31 17:31:08 +02:00
parent 32489174b5
commit 43fa63f963

View File

@@ -2,7 +2,7 @@
# Contributor: rasmus <rasmus . pank at gmail . com>
pkgname=mailnag
pkgver=1.0.0
pkgver=0.9.9
pkgrel=1
pkgdesc="An extendable mail notification daemon."
arch=('any')
@@ -12,15 +12,15 @@ depends=('python2' 'python2-gobject' 'python2-httplib2'
'libgnome-keyring' 'gnome-keyring' 'python2-xdg'
'python2-dbus' 'libnotify' 'gstreamer0.10-base-plugins')
makedepends=('gettext')
source=('https://launchpad.net/mailnag/trunk/mailnag-master/+download/mailnag-1.0.0.tar.gz')
md5sums=('10bb4d1618dce791f7ae619f81580a68')
source=('https://github.com/pulb/mailnag/archive/0.9.9-testing.tar.gz')
md5sums=('b8c0986641ac9c911dd3ae62df3187d7')
install='mailnag.install'
build() {
}
package() {
cd "${srcdir}"
cd "${srcdir}/${pkgname}-${pkgver}-testing"
python2 setup.py install --root=${pkgdir}
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}