summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2017-11-04 07:51:57 +0100
committerFrederic Bezies2017-11-04 07:51:57 +0100
commitbfee0f3caf98b0add26462aa6bbf37388fa9034e (patch)
treef180f7b3c3cdc5630c77baa9807f06165a527aaf
parent2fdf20e7489245fc35698e5d1f5d1f25730f55a6 (diff)
downloadaur-bfee0f3caf98b0add26462aa6bbf37388fa9034e.tar.gz
adding back perl-text-unidecode
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85c3b0ca7ece..b6161d262515 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 14 09:14:21 UTC 2017
+# Sat Nov 4 06:51:43 UTC 2017
pkgbase = dpluzz
pkgdesc = Software to retrieve videos from French website pluzz
pkgver = 1.7.3
- pkgrel = 1
+ pkgrel = 2
url = http://forum.ubuntu-fr.org/viewtopic.php?id=1559861&p=1
arch = any
license = GPL
@@ -19,6 +19,7 @@ pkgbase = dpluzz
depends = python2-requests
depends = perl-html-parser
depends = wmctrl
+ depends = perl-text-unidecode
source = https://launchpad.net/~yoggic/+archive/dpluzz/+files/dpluzz_1.7.3%7Eubuntu16.04_amd64.deb
sha1sums = f15148eda6d68f65f8ee5d6bfba83ac5fe6e9d92
diff --git a/PKGBUILD b/PKGBUILD
index a9c002c6128f..4b16a1bbcd0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=dpluzz
pkgver=1.7.3
-pkgrel=1
+pkgrel=2
pkgdesc="Software to retrieve videos from French website pluzz"
arch=('any')
url="http://forum.ubuntu-fr.org/viewtopic.php?id=1559861&p=1"
license=('GPL')
groups=()
-depends=('python2' 'pygtk' 'vte' 'mplayer' 'python2-beautifulsoup4' 'uni2ascii' 'ffmpeg' 'python2-lxml' 'python2-unidecode' 'python2-requests' 'perl-html-parser' 'wmctrl')
+depends=('python2' 'pygtk' 'vte' 'mplayer' 'python2-beautifulsoup4' 'uni2ascii' 'ffmpeg' 'python2-lxml' 'python2-unidecode' 'python2-requests' 'perl-html-parser' 'wmctrl' 'perl-text-unidecode')
optdepends=()
conflicts=()
source=("https://launchpad.net/~yoggic/+archive/dpluzz/+files/dpluzz_$pkgver%7Eubuntu16.04_amd64.deb")