summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f675c5500c6c..3d4a9f8b1e22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Aug 11 09:00:56 UTC 2018
+# Tue Jun 18 19:54:24 UTC 2019
pkgbase = perl-file-extattr
pkgdesc = Perl extension for accessing extended attributes of files
pkgver = 1.09
- pkgrel = 3
+ pkgrel = 5
url = http://search.cpan.org/dist/File-ExtAttr
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = perl-file-extattr
license = GPL
license = PerlArtistic
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/R/RI/RICHDAWE/File-ExtAttr-1.09.tar.gz
+ source = https://cpan.metacpan.org/authors/id/R/RI/RICHDAWE/File-ExtAttr-1.09.tar.gz
source = 0001-Port-Linux-to-sys-xattr.h.patch
source = 0002-Remove-dependency-on-attr-library-on-Linux.patch
sha512sums = eca00420bef313ac711bf1d64323e051acc8eb77ab8e267067f586e78dc42d43f685fe571c7856186c998e939dd2761d24650c61297c24486bc005dddf6b4bb3
diff --git a/PKGBUILD b/PKGBUILD
index 22e4a24ebe91..9d15326abc8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=perl-file-extattr
pkgver='1.09'
-pkgrel='3'
+pkgrel='5'
pkgdesc="Perl extension for accessing extended attributes of files"
arch=("i686" "x86_64" "arm")
url="http://search.cpan.org/dist/File-ExtAttr"
license=('GPL' 'PerlArtistic')
options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/R/RI/RICHDAWE/File-ExtAttr-${pkgver}.tar.gz"
+source=("https://cpan.metacpan.org/authors/id/R/RI/RICHDAWE/File-ExtAttr-${pkgver}.tar.gz"
"0001-Port-Linux-to-sys-xattr.h.patch"
"0002-Remove-dependency-on-attr-library-on-Linux.patch")
sha512sums=('eca00420bef313ac711bf1d64323e051acc8eb77ab8e267067f586e78dc42d43f685fe571c7856186c998e939dd2761d24650c61297c24486bc005dddf6b4bb3'
@@ -44,7 +44,7 @@ check() {
package() {
prepare_environment
make install
- find "$pkgdir" -type f -name '*.so' -exec strip {} \+
+ find "$pkgdir" -type f -name '*.so' -exec strip {} \+ # 'strip' option doesn't work because files are read-only
find "$pkgdir" "(" -name .packlist -o -name perllocal.pod ")" -delete
}