summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2013-11-13 15:26:30 -0800
committeryardenac2013-11-13 15:26:30 -0800
commit281a0d7bb5c8a9780bb4d1d86ffb039a06901a97 (patch)
tree3bf6830816503b935d4aa7550b0148fa38887fdd
parentf2b15b02cbc8245feb0a9889df156e89f3505c00 (diff)
downloadaur-281a0d7bb5c8a9780bb4d1d86ffb039a06901a97.tar.gz
perl-convert-uulib: fix whitespace, bump pkgrel
- this and the 7 previous commits from c7c71e8..cc5f5fb come from techlive - posted here https://gist.github.com/techlivezheng/7383448 commented here https://aur.archlinux.org/packages/perl-convert-uulib/
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc0955b022c4..2fdf935ae827 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-convert-uulib
pkgdesc = Perl interface to the uulib library (a.k.a. uudeview/uuenview).
pkgver = 1.4
- pkgrel = 3
+ pkgrel = 4
url = http://search.cpan.org/~mlehmann/Convert-UUlib/
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 28aaaffbe49e..b2c270d10a9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname='perl-convert-uulib'
pkgver='1.4'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Perl interface to the uulib library (a.k.a. uudeview/uuenview).'
_dist=Convert-UUlib
arch=('any')
@@ -19,7 +19,7 @@ options=(!emptydirs)
source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Convert-UUlib-${pkgver}.tar.gz")
md5sums=('a6486df1d9ce319406fb9d5a610da759')
-build(){
+build() {
cd "${srcdir}"/"${_dist}"-"${pkgver}"
unset PERL5LIB PERL_MM_OPT