[arch-commits] Commit in alltray/trunk (PKGBUILD)

Daniel Griffiths dgriffiths at archlinux.org
Fri Apr 30 01:30:59 UTC 2010


    Date: Thursday, April 29, 2010 @ 21:30:58
  Author: dgriffiths
Revision: 79020

FS#19259

Modified:
  alltray/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-29 22:52:16 UTC (rev 79019)
+++ PKGBUILD	2010-04-30 01:30:58 UTC (rev 79020)
@@ -4,14 +4,14 @@
 
 pkgname=alltray
 pkgver=0.7.4dev
-pkgrel=1
+pkgrel=2
 pkgdesc="Drops any app in the tray."
 license=('GPL')
 arch=('i686' 'x86_64')
 url="http://alltray.trausch.us/"
 depends=('gconf' 'libgtop' 'libwnck')
-options=('!libtool')
-source=(http://code.launchpad.net/alltray/trunk/${pkgver}/+download/alltray-${pkgver}.tar.gz)
+options=('!libtool' 'force')
+source=(https://code.launchpad.net/alltray/trunk/${pkgver}/+download/alltray-${pkgver}.tar.gz)
 md5sums=('646d6d751f815e6aeb8a58a9e5d17db9')
 
 build() {
@@ -24,5 +24,3 @@
 	cd ${srcdir}/${pkgname}-${pkgver}
 	make DESTDIR=${pkgdir} install || return 1
 }
-
-




More information about the arch-commits mailing list