Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
vcspull


Commits:
334c0ce9 by Andreas Schleifer at 2024-06-23T20:32:33+02:00
upgpkg: 1.31.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = vcspull
        pkgdesc = Synchronize projects via yaml/json manifest. Built using 
`libvcs`
-       pkgver = 1.30.0
+       pkgver = 1.31.0
        pkgrel = 1
        url = https://vcspull.git-pull.com/
        arch = any
@@ -17,8 +17,8 @@ pkgbase = vcspull
        depends = python-shtab
        depends = python-yaml
        optdepends = bash-completion: for command line completion in bash
-       source = 
https://github.com/vcs-python/vcspull/archive/v1.30.0/vcspull-1.30.0.tar.gz
-       sha512sums = 
af0f0ddcc399083436233a532f10f00eff31f3760c689b543f63871c3abd4cec2cd5ae0869aef598086ce32e27e725edd0beb92952aa7abeccab4305955c6ae9
-       b2sums = 
959d57a3ff16210cd4dbefa598c1c854e6a959a16e091de4201ff3d7a5f39d5afbe4bcdd391761b923fbcd8ddc99fc40ead253ebb7bc86cfc2049f57585bcb9e
+       source = 
https://github.com/vcs-python/vcspull/archive/v1.31.0/vcspull-1.31.0.tar.gz
+       sha512sums = 
3cedb6ec4852c86fc57bd1862bed6867c175e790b3697cbf532cad66750bc3710e22f72a3396cdc09e6abf4c43498e31c95344e9bc501baf0d734797dedf6383
+       b2sums = 
bd1613e2cc3d1949d187e16cdba25b7254e9f625b2ffb659d4c4d8144812135c6e377799eab4a6884c1bc39c30789aa6fe3f398b01172b4b55c46944a5102625
 
 pkgname = vcspull


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Andreas 'Segaja' Schleifer <segaja at archlinux dot org>
 
 pkgname='vcspull'
-pkgver=1.30.0
+pkgver=1.31.0
 pkgrel=1
 pkgdesc='Synchronize projects via yaml/json manifest. Built using `libvcs`'
 arch=('any')
@@ -14,8 +14,8 @@ optdepends=(
   'bash-completion: for command line completion in bash'
 )
 
source=("https://github.com/vcs-python/vcspull/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('af0f0ddcc399083436233a532f10f00eff31f3760c689b543f63871c3abd4cec2cd5ae0869aef598086ce32e27e725edd0beb92952aa7abeccab4305955c6ae9')
-b2sums=('959d57a3ff16210cd4dbefa598c1c854e6a959a16e091de4201ff3d7a5f39d5afbe4bcdd391761b923fbcd8ddc99fc40ead253ebb7bc86cfc2049f57585bcb9e')
+sha512sums=('3cedb6ec4852c86fc57bd1862bed6867c175e790b3697cbf532cad66750bc3710e22f72a3396cdc09e6abf4c43498e31c95344e9bc501baf0d734797dedf6383')
+b2sums=('bd1613e2cc3d1949d187e16cdba25b7254e9f625b2ffb659d4c4d8144812135c6e377799eab4a6884c1bc39c30789aa6fe3f398b01172b4b55c46944a5102625')
 
 build() {
   cd  "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vcspull/-/commit/334c0ce9de8fe20587860f83ba4c5967d08295b4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vcspull/-/commit/334c0ce9de8fe20587860f83ba4c5967d08295b4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to