summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2016-05-03 13:16:10 +0200
committerFrederic Bezies2016-05-03 13:16:10 +0200
commitabea305b2438f405a0d8ed0259f6a7919c3cf157 (patch)
treee1e88ba05eb9716b6fd7a47611448ebcfad3b284
parentd9408a2dbdf1a400a21976e856cf6fd7457caa54 (diff)
downloadaur-abea305b2438f405a0d8ed0259f6a7919c3cf157.tar.gz
1.5.6.2 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ead227a454af..7ae98c6abc0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 14:19:53 UTC 2016
+# Tue May 3 11:15:57 UTC 2016
pkgbase = dpluzz
pkgdesc = Software to retrieve videos from French website pluzz
- pkgver = 1.5.6
+ pkgver = 1.5.6.2
pkgrel = 1
url = http://forum.ubuntu-fr.org/viewtopic.php?id=1559861&p=1
arch = any
@@ -16,8 +16,8 @@ pkgbase = dpluzz
depends = uni2ascii
depends = ffmpeg
depends = python2-lxml
- source = https://launchpad.net/~yoggic/+archive/dpluzz/+files/dpluzz_1.5.6%7Eubuntu14.04_amd64.deb
- md5sums = 8732ab7d1bb64326b8f15acd9a658bcb
+ source = https://launchpad.net/~yoggic/+archive/dpluzz/+files/dpluzz_1.5.6.2%7Eubuntu16.04_amd64.deb
+ md5sums = 6025753617c23b257ddeb28a2f365ebd
pkgname = dpluzz
diff --git a/PKGBUILD b/PKGBUILD
index 83db2f492c93..41b91ae879bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dpluzz
-pkgver=1.5.6
+pkgver=1.5.6.2
pkgrel=1
pkgdesc="Software to retrieve videos from French website pluzz"
arch=('any')
@@ -9,8 +9,8 @@ groups=()
depends=('python2' 'pygtk' 'vte' 'mplayer' 'python2-beautifulsoup3' 'python2-beautifulsoup4' 'uni2ascii' 'ffmpeg' 'python2-lxml')
optdepends=()
conflicts=()
-source=("https://launchpad.net/~yoggic/+archive/dpluzz/+files/dpluzz_$pkgver%7Eubuntu14.04_amd64.deb")
-md5sums=('8732ab7d1bb64326b8f15acd9a658bcb')
+source=("https://launchpad.net/~yoggic/+archive/dpluzz/+files/dpluzz_$pkgver%7Eubuntu16.04_amd64.deb")
+md5sums=('6025753617c23b257ddeb28a2f365ebd')
build(){
cd "${srcdir}"
@@ -18,10 +18,11 @@ build(){
cd ${srcdir}/usr/share/dPluzz
sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' dPluzz.py
cd ${srcdir}/usr/share/applications
- sed -i 's|Exec=python /usr/share/dPluzz/dPluzz.py|Exec=dpluzz|' dpluzz.desktop
+ sed -i 's|Exec=python /usr/share/dPluzz/dPluzz.py|Exec=python2 /usr/bin/dpluzz|' dpluzz.desktop
}
package(){
cd "${srcdir}"
mv usr/ ${pkgdir}/
-} \ No newline at end of file
+}
+