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

David Runge dvzrv at archlinux.org
Thu Jul 19 23:08:03 UTC 2018


    Date: Thursday, July 19, 2018 @ 23:08:03
  Author: dvzrv
Revision: 362460

upgpkg: vdirsyncer 0.16.7-1

Upgrading to 0.16.7. Removing now unneeded disabling of tests.

Modified:
  vdirsyncer/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-19 22:02:42 UTC (rev 362459)
+++ PKGBUILD	2018-07-19 23:08:03 UTC (rev 362460)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Osvaldo Barrera <hugo at barrera.io>
 
 pkgname=vdirsyncer
-pkgver=0.16.6
-pkgrel=2
+pkgver=0.16.7
+pkgrel=1
 pkgdesc="Synchronize CalDAV and CardDAV."
 arch=('any')
 url="https://vdirsyncer.pimutils.org/en/stable/"
@@ -20,18 +20,10 @@
 source=("${pkgname}-${pkgver}.tar.gz::https://pypi.io/packages/source/v/${pkgname}/${pkgname}-${pkgver}.tar.gz"
         "https://raw.githubusercontent.com/pimutils/${pkgname}/${pkgver}/contrib/${pkgname}.service"
         "https://raw.githubusercontent.com/pimutils/${pkgname}/${pkgver}/contrib/${pkgname}.timer")
-sha512sums=('b96467da4aeedbf6c582dfcc31cc6fbb88f8031e0e3c7c2fffc2e921cb927c6fcc937ac0da5ab74861bef34959dc05bd15208ec0380d83e727b3f55a5872404a'
+sha512sums=('218c6781139a9e979077308dc732756cc27ecb67966e4b52be31cb1ebf04d224443036102d5c4bad253b9dcf533939f0b72082166f0fe94e042a7e946b8fad0e'
             'f0d1f9755b21358b0371d94cb0d2f1fc12b8dc095d2536c7fc9025906d666ec33b85b3a3924b16a3311dc81e136e0790d50f84c7c8f9f65aaed80613fa69d066'
             'ac2656edc5ad39dbdc31a71117d98bfdc4ab5001729fc6a76f54e1e34ff81192f29e6162b2f8e429a5e02b8842fe1f2f51b00e84637eda53ba1448b8f08c6b80')
 
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # disabling failing test: https://github.com/pimutils/vdirsyncer/issues/754
-  sed -e 's/test_open_graphical_browser/disable_&/g' \
-      -i tests/system/utils/test_main.py
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
   python setup.py build



More information about the arch-commits mailing list