aur updates

This commit is contained in:
Kevin Mihelich 2014-01-12 18:45:46 +00:00
parent 88110c37b9
commit ba69cda25c
2 changed files with 9 additions and 9 deletions

View file

@ -4,17 +4,17 @@ _perlmod=Config-General
_modnamespace=Config
pkgname=perl-config-general
pkgver=2.52
pkgrel=1
pkgrel=2
pkgdesc="Config::General - Generic Config Module"
arch=('any')
url="http://search.cpan.org/dist/$_perlmod"
url="http://search.cpan.org/dist/${_perlmod}"
license=('GPL' 'PerlArtistic')
options=('!emptydirs')
source=("http://cpan.perl.org/modules/by-module/$_modnamespace/$_perlmod-$pkgver.tar.gz")
source=("http://cpan.org/modules/by-module/${_modnamespace}/${_perlmod}-${pkgver}.tar.gz")
sha512sums=('9a4d6fd823c58c5aba78528997b17b7db8f303dd58d1763f797cf917ebd5f3257b17afc85dcec6f5607b7fdb874dfa60b540e98366a6bb3cf6000175fb32a7c5')
build() {
cd "$srcdir/$_perlmod-$pkgver"
cd "${srcdir}/${_perlmod}-${pkgver}"
# Install module in vendor directories.
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
@ -22,11 +22,11 @@ build() {
}
check() {
cd "$srcdir/$_perlmod-$pkgver"
cd "${srcdir}/${_perlmod}-${pkgver}"
make test
}
package() {
cd "$srcdir/$_perlmod-$pkgver"
make install DESTDIR="$pkgdir/"
cd "${srcdir}/${_perlmod}-${pkgver}"
make install DESTDIR="${pkgdir}/"
}

View file

@ -1,7 +1,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=python2-configshell-fb
_pkgname=configshell-fb
pkgver=1.1.fb10
pkgver=1.1.fb11
pkgrel=1
epoch=
pkgdesc="python framework for building simple CLI applications (free branch)"
@ -14,7 +14,7 @@ provides=('python2-configshell')
conflicts=('python2-configshell')
options=()
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz)
md5sums=('72e152e33785bd975cc3848653d1f0bd')
md5sums=('df98b31141060d37f4656528a0c3b711')
build() {
cd "$srcdir/$_pkgname-$pkgver"