summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandr Boiko2017-05-02 12:48:58 +1100
committerAlexandr Boiko2017-05-02 12:48:58 +1100
commitc451d2d200659d7c08dc4e3edad9f8bd9df9dbce (patch)
tree4678e851afc51ab874ac58279323315b91bf1dea
parent082137e57f914cae09f9302e572ad6789c294691 (diff)
downloadaur-c451d2d200659d7c08dc4e3edad9f8bd9df9dbce.tar.gz
Fix depends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e995d015d676..0ad6e3daa679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue May 2 01:39:40 UTC 2017
+# Tue May 2 01:48:20 UTC 2017
pkgbase = perl-lingua-cu
pkgdesc = Perl Module Lingua::Cu
pkgver = 980ffb3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/typiconman/Perl-Lingua-Cu
arch = any
license = GPL
@@ -11,8 +11,6 @@ pkgbase = perl-lingua-cu
makedepends = git
depends = perl
depends = perl-tie-ixhash
- depends = perl-unicode-collate
- optdepends = perl-unicode-normalize
options = !emptydirs
source = git+https://github.com/typiconman/Perl-Lingua-Cu.git#commit=980ffb3
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7bb2092dad52..8214f4d92dfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@ _author=typiconman
_perlmod=Lingua-Cu
pkgname=perl-lingua-cu
pkgver=980ffb3
-pkgrel=1
+pkgrel=2
pkgdesc="Perl Module Lingua::Cu"
arch=('any')
url="https://github.com/$_author/Perl-$_perlmod"
license=('GPL' 'PerlArtistic')
makedepends=('git')
-depends=('perl' 'perl-tie-ixhash' 'perl-unicode-collate')
-optdepends=('perl-unicode-normalize')
+depends=('perl' 'perl-tie-ixhash')
options=(!emptydirs)
source=("git+$url.git#commit=$pkgver")
md5sums=('SKIP')