[arch-commits] Commit in subdownloader/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Mar 28 19:14:32 UTC 2018


    Date: Wednesday, March 28, 2018 @ 19:14:28
  Author: dvzrv
Revision: 313173

upgpkg: subdownloader 2.1.0rc4-1

Upgrading to 2.1.0rc4. Removing unneeded removal of tests. Making entry point modification follow versioning.

Modified:
  subdownloader/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-28 18:40:50 UTC (rev 313172)
+++ PKGBUILD	2018-03-28 19:14:28 UTC (rev 313173)
@@ -6,17 +6,17 @@
 # Contributor: Thomas Jost <thomas.jost at gmail.com>
 
 pkgname=subdownloader
-pkgver=2.1.0rc3
+pkgver=2.1.0rc4
 pkgrel=1
 pkgdesc="Automatic download/upload of subtitles using fast hashing"
 arch=('any')
 url="https://github.com/subdownloader/subdownloader"
 license=('GPL3')
-depends=('python-argcomplete' 'python-argparse' 'python-commonmark' 'python-langdetect' 'python-progressbar' 'python-pyqt5'  'python-pymediainfo' 'python-sip')
-makedepends=('python-setuptools' 'python-sphinx')
+depends=('python-argcomplete' 'python-argparse' 'python-commonmark' 'python-langdetect' 'python-progressbar' 'python-pyqt5'  'python-pymediainfo' 'python-setuptools' 'python-sip')
+makedepends=('python-sphinx')
 checkdepends=('python-pytest')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('767962c8b1f9a7cfc4a8e44be61b2070b56f18572a6e156e9f19d4116b3531ec05a8170f66fa558f19fbd496e8d5d808f1f1c6396fa61405f570f6e099e0c80e')
+sha512sums=('99946402622db535c5261324b2b39986ab0b9e433a459f3b9100ec2fe3ddf4159de591ac472de7ea438a0a2ecfdd60fd88c2a1c3e827c7e642be7f2dbde5ac65')
 
 build(){
   cd "${pkgname}-${pkgver}"
@@ -51,11 +51,9 @@
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
     -vDm644 {ChangeLog,README.md} \
 
-  # remove tests folder
-  rm -r "${pkgdir}/usr/lib/python3.6/site-packages/tests"
   # remove broken PyQt5 detection: https://github.com/subdownloader/subdownloader/issues/25
   sed -e '/PyQt5/d' \
-    -i "${pkgdir}/usr/lib/python3.6/site-packages/SubDownloader-2.1.0rc3-py3.6.egg-info/requires.txt"
+    -i "${pkgdir}/usr/lib/python3.6/site-packages/SubDownloader-${pkgver}-py3.6.egg-info/requires.txt"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list