Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-ghp-import
Commits: d3356d76 by Antonio Rojas at 2023-12-25T12:30:20+01:00 upgpkg: 2.1.0-1: Update to 2.1.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = python-ghp-import + pkgdesc = Copy your docs directly to the gh-pages branch + pkgver = 2.1.0 + pkgrel = 1 + url = https://pypi.python.org/pypi/ghp-import + arch = any + license = custom:Tumbolia + makedepends = python-setuptools + makedepends = git + depends = python + conflicts = ghp-import + replaces = ghp-import + source = ghp-import-2.1.0.tar.gz::https://pypi.python.org/packages/source/g/ghp-import/ghp-import-2.1.0.tar.gz + sha512sums = 10665a1a6392fe047d1e42d7f107511b1a31de02625200e7db1c637f33dc8dc41ec71c2db4f562c6e94a4efb4836efef8a29177d953d99fe17a889169074050c + +pkgname = python-ghp-import ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ pkgname=python-ghp-import _pkgname=ghp-import -pkgver=1.1.0 -pkgrel=4 +pkgver=2.1.0 +pkgrel=1 pkgdesc='Copy your docs directly to the gh-pages branch' arch=('any') url="https://pypi.python.org/pypi/ghp-import" @@ -16,7 +16,7 @@ conflicts=('ghp-import') source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.python.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz") #source=("https://github.com/davisp/${_pkgname}/archive/${pkgver}.tar.gz") #source=("${_pkgname}-${pkgver}::git+https://github.com/davisp/ghp-import.git#commit=ab2637fb7a84ed79d6baeb74db7f9e544a448a04") -sha512sums=('84fe3858bbab2fc7f0c934bd43cc221fc9d6d55eaa5834e84c9bca1d768776204488f6ca1fc063d3cfe30922d1a2c23ad5ac4441e5938d6978c7785e5d6cb685') +sha512sums=('10665a1a6392fe047d1e42d7f107511b1a31de02625200e7db1c637f33dc8dc41ec71c2db4f562c6e94a4efb4836efef8a29177d953d99fe17a889169074050c') build() { cd "${srcdir}/${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ghp-import/-/commit/d3356d76d4d9af66cf242a1dceb0f47c0a8e4891 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ghp-import/-/commit/d3356d76d4d9af66cf242a1dceb0f47c0a8e4891 You're receiving this email because of your account on gitlab.archlinux.org.
