mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
libnl source 404 fixed
This commit is contained in:
parent
93bbb7849b
commit
2a4caa3d81
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 930 2008-04-24 22:14:40Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: William Rea <sillywilly@gmail.com>
|
||||
# Modified by OpenPogo
|
||||
|
@ -11,7 +10,7 @@ arch=(arm)
|
|||
url="http://people.suug.ch/~tgr/libnl"
|
||||
license=('GPL')
|
||||
depends=()
|
||||
source=(http://people.suug.ch/~tgr/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
|
||||
source=(http://openpogo.com/pkgsrc/core/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('ae970ccd9144e132b68664f98e7ceeb1')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue