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

Maxime Gauduin alucryd at archlinux.org
Sat Jul 4 15:06:39 UTC 2020


    Date: Saturday, July 4, 2020 @ 15:06:39
  Author: alucryd
Revision: 657703

upgpkg: python-voluptuous-serialize 2.4.0-1

Modified:
  python-voluptuous-serialize/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-04 15:04:40 UTC (rev 657702)
+++ PKGBUILD	2020-07-04 15:06:39 UTC (rev 657703)
@@ -1,8 +1,8 @@
 # Maintainer: Jameson Pugh <imntreal at gmail.com>
 
 pkgname=python-voluptuous-serialize
-pkgver=2.3.0
-pkgrel=4
+pkgver=2.4.0
+pkgrel=1
 pkgdesc='Convert voluptuous schemas to JSON'
 arch=(any)
 url=https://github.com/balloob/voluptuous-serialize
@@ -13,7 +13,8 @@
   python-setuptools
 )
 checkdepends=(python-pytest)
-source=(git+https://github.com/balloob/voluptuous-serialize.git#tag=054be2486b9f12ac4bf29ae5b25ef784fa6da6a5)
+_tag=8c063358de3f2b6d0c51cd20bae2e483a213c43f
+source=(git+https://github.com/balloob/voluptuous-serialize.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {
@@ -22,12 +23,6 @@
   git describe --tags
 }
 
-prepare() {
-  cd voluptuous-serialize
-
-  git cherry-pick -n dc55dcc38a7ca0a49571a0133f423b0547cbbad6
-}
-
 build() {
   cd voluptuous-serialize
 



More information about the arch-commits mailing list