summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThibault Couraud2017-03-09 16:18:15 +0400
committerThibault Couraud2017-03-09 16:18:15 +0400
commit7ecbd01024600910f13137e747bf143901a4c29a (patch)
treeef78b09d9d4af76e7cda27584e513b8dc99b88b3 /PKGBUILD
parent2e4e4e69a157c33fa4fe619367f1ebe709d641d2 (diff)
downloadaur-7ecbd01024600910f13137e747bf143901a4c29a.tar.gz
Fix pkgbuild issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa8271b625cf..d1e09f648d34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,11 +25,4 @@ build() {
package() {
cd Gnome2-Wnck-${pkgver}
make install DESTDIR="$pkgdir"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
- _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
- _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
- depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
}