mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur updates
This commit is contained in:
parent
fddf5f5057
commit
5bf01f44ca
2 changed files with 4 additions and 4 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
pkgname=cower
|
||||
pkgver=11
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A simple AUR agent with a pretentious name"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://github.com/falconindy/cower"
|
||||
license=('MIT')
|
||||
depends=('curl' 'yajl' 'pacman')
|
||||
depends=('curl' 'openssl' 'pacman' 'yajl')
|
||||
makedepends=('perl')
|
||||
source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
|
||||
md5sums=('7e2f3c5a8bc258ee129098aca5bfda9e'
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
pkgname=python2-certifi
|
||||
_libname=${pkgname/python2-/}
|
||||
pkgver=1.0.0
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Mozilla's SSL Certs"
|
||||
arch=(any)
|
||||
|
@ -30,4 +30,4 @@ package() {
|
|||
install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
||||
sha256sums=('d4f8e89c9e709f67221bf21231d0fa66a00d3712bcb69d4b5aef3705339c8dcd')
|
||||
sha256sums=('f2c18c7edd349ec10378ef43ff16f81ae1d0af61d5d2858a8b383e8f6814a9cc')
|
||||
|
|
Loading…
Reference in a new issue