sam7utils: tarball fell off the net again, relocate to Bitbucket
This commit is contained in:
parent
6c7f35618b
commit
1481461fff
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -1,15 +1,15 @@
|
||||||
# Contributor: Marti Raudsepp <marti@juffo.org>
|
# Contributor: Marti Raudsepp <marti@juffo.org>
|
||||||
pkgname=sam7utils
|
pkgname=sam7utils
|
||||||
pkgver=0.2.1
|
pkgver=0.2.1
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="A utility for programming AT91SAM7 series microcontrollers over USB"
|
pkgdesc="A utility for programming AT91SAM7 series microcontrollers over USB"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
options=('buildflags')
|
options=('buildflags')
|
||||||
url="http://oss.tekno.us/sam7utils/"
|
url="https://bitbucket.org/intgr/sam7utils"
|
||||||
depends=('libusb-compat' 'readline' 'udev')
|
depends=('libusb-compat' 'readline' 'udev')
|
||||||
# Original source: http://oss.tekno.us/sam7utils/$pkgname-$pkgver.tar.gz
|
# 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)
|
50-atmel-samba.rules)
|
||||||
md5sums=('4027a3d06500b9e4911b3f548ad7b138'
|
md5sums=('4027a3d06500b9e4911b3f548ad7b138'
|
||||||
'b3753f3577784190fd4e0ef5d6075323')
|
'b3753f3577784190fd4e0ef5d6075323')
|
||||||
|
|
Loading…
Reference in a new issue