From c2323144634022208f8fde12e81aa8ad1292f378 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Wed, 19 Jan 2022 08:44:30 +0100 Subject: pcr/python-hypersocial: rebuilt --- pcr/python-hypersocial/PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/pcr/python-hypersocial/PKGBUILD b/pcr/python-hypersocial/PKGBUILD index d302cf459..f9a0c3723 100644 --- a/pcr/python-hypersocial/PKGBUILD +++ b/pcr/python-hypersocial/PKGBUILD @@ -3,25 +3,23 @@ _name=hypersocial pkgname=python-${_name} -pkgver=0.2.2.2 -pkgrel=1 +pkgver=0.2.3 +pkgrel=2 pkgdesc="Python program to post RSS to GNU Social & Pump.io (gnusrss and spigot fork)" arch=('any') -url="https://git.hyperbola.info:50100/services/hypersocial.git/" +url="https://gitlab.com/Megver83/hypersocial/" license=('GPL') depends=('python-feedparser' 'python-pycurl' 'sqlite' 'python-pypump' 'python-requests' 'python-argparse') makedepends=('python-setuptools') conflicts=('python-gnusrss') provides=('python-gnusrss') -source=("https://git.hyperbola.info:50100/services/${_name}.git/plain/releases/${_name}-${pkgver}.tar.gz"{,.sig}) -sha512sums=('87f41a72c77de2140759d8d626c09105ea81dde13c22bb1d9535d36e2f5170e43890903b06ec6469c00e24be7fd0972002383d90c036219577cc4d4e85fdd9aa' - 'SKIP') +source=("https://gitlab.com/Megver83/${_name}/-/archive/${pkgver}/${_name}-${pkgver}.tar.gz") +sha512sums=('73a2f2daeb77ecff590a9275b7b0d8d5e98be6c6443e00129e9595876e50a2236909757d182b8f59235fe8c6a2974f3143db7c9b4970d25e10920ca6c0048097') validpgpkeys=('6DB9C4B4F0D8C0DC432CF6E4227CA7C556B2BA78') # David P. package() { - cd "${srcdir}" + cd "${srcdir}/${_name}-${pkgver}" python setup.py install --root="${pkgdir}/" --optimize=1 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } - -- cgit v1.2.3