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

Jelle van der Waa jelle at nymeria.archlinux.org
Sun Sep 8 18:40:39 UTC 2013


    Date: Sunday, September 8, 2013 @ 20:40:39
  Author: jelle
Revision: 96928

FS#36828

Modified:
  autocutsel/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-08 17:56:34 UTC (rev 96927)
+++ PKGBUILD	2013-09-08 18:40:39 UTC (rev 96928)
@@ -9,11 +9,13 @@
 pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
 arch=('i686' 'x86_64')
 depends=('libxaw')
-source=(http://lepton.fr/tools/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('ba4a6f632cb4815ae4e5c3027c24cfc5')
-url="http://lepton.fr/tools/autocutsel/"
+url="http://www.nongnu.org/autocutsel/"
 install=autocutsel.install
 license=('GPL')
+md5sums=('ba4a6f632cb4815ae4e5c3027c24cfc5')
+
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr




More information about the arch-commits mailing list