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

Felix Yan felixonmars at archlinux.org
Sun Jun 26 04:28:52 UTC 2016


    Date: Sunday, June 26, 2016 @ 04:28:52
  Author: felixonmars
Revision: 181189

upgpkg: python-warlock 1.3.0-1

Modified:
  python-warlock/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-26 04:28:44 UTC (rev 181188)
+++ PKGBUILD	2016-06-26 04:28:52 UTC (rev 181189)
@@ -3,7 +3,7 @@
 
 pkgbase=python-warlock
 pkgname=('python-warlock' 'python2-warlock')
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Python object model built on JSON schema and JSON patch."
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-jsonschema' 'python2-jsonschema'
              'python-jsonpatch' 'python2-jsonpatch' 'python-six' 'python2-six' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/bcwaldon/warlock.git#tag=$pkgver")
+source=("git+https://github.com/bcwaldon/warlock.git#tag=v$pkgver")
 sha512sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list