From 1481461fff2ddc3d7dc70cabe27e55d4f4b136c2 Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Wed, 2 Jan 2013 14:18:12 +0200 Subject: [PATCH] sam7utils: tarball fell off the net again, relocate to Bitbucket --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 37c8057a3f7..a69a7085307 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,15 @@ # Contributor: Marti Raudsepp pkgname=sam7utils pkgver=0.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="A utility for programming AT91SAM7 series microcontrollers over USB" arch=(i686 x86_64) license=('GPL') options=('buildflags') -url="http://oss.tekno.us/sam7utils/" +url="https://bitbucket.org/intgr/sam7utils" depends=('libusb-compat' 'readline' 'udev') # Original source: http://oss.tekno.us/sam7utils/$pkgname-$pkgver.tar.gz -source=(http://txrxio.net/wp/basket/makingthings/$pkgname-$pkgver.tar.gz +source=(https://bitbucket.org/intgr/sam7utils/downloads/$pkgname-$pkgver.tar.gz 50-atmel-samba.rules) md5sums=('4027a3d06500b9e4911b3f548ad7b138' 'b3753f3577784190fd4e0ef5d6075323')