Autogenerated commit at 2023-09-04 11:54:29.317414

This commit is contained in:
ahriman 2023-09-04 11:54:29 +00:00
parent 8082ae6ad7
commit 87e91edcec
2 changed files with 11 additions and 9 deletions

View File

@ -1,14 +1,14 @@
pkgbase = ahriman
pkgdesc = ArcH linux ReposItory MANager
pkgver = 2.10.2
pkgver = 2.11.0
pkgrel = 1
url = https://github.com/arcan1s/ahriman
install = ahriman.install
arch = any
license = GPL3
makedepends = python-build
makedepends = python-flit
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = devtools>=1:1.0.0
depends = git
@ -38,10 +38,10 @@ pkgbase = ahriman
optdepends = subversion: -svn packages support
backup = etc/ahriman.ini
backup = etc/ahriman.ini.d/logging.ini
source = https://github.com/arcan1s/ahriman/releases/download/2.10.2/ahriman-2.10.2-src.tar.xz
source = https://github.com/arcan1s/ahriman/releases/download/2.11.0/ahriman-2.11.0-src.tar.xz
source = ahriman.sysusers
source = ahriman.tmpfiles
sha512sums = 7a00458e85c4129ffe3d70e2d7bf7e5f8e584929dc7b2b7bdc27b4b49f6a42b0b15ef839e0e332d70a9959dd4efc0cb438bc69bd170cdd5f858c5dcd123a91e0
sha512sums = 0f168b66d3cda7205426fd72e745fbed1fd155541a7942298a522cd4ed81bbef50e21eea64baf42331b47033691a770fa07b475b1af8f0de514da2f69b95ce71
sha512sums = b1dd772f8802be99ccba3add5f1e6f78e5e79d0967342668dd12e472651a6b91c342f11fba330caaca421cc3d6c7e2011e09a6bd131f8ba14bbc4a6206cce539
sha512sums = 62b2eccc352d33853ef243c9cddd63663014aa97b87242f1b5bc5099a7dbd69ff3821f24ffc58e1b7f2387bd4e9e9712cc4c67f661b1724ad99cdf09b3717794

View File

@ -1,14 +1,14 @@
# Maintainer: Evgeniy Alekseev
pkgname='ahriman'
pkgver=2.10.2
pkgver=2.11.0
pkgrel=1
pkgdesc="ArcH linux ReposItory MANager"
arch=('any')
url="https://github.com/arcan1s/ahriman"
license=('GPL3')
depends=('devtools>=1:1.0.0' 'git' 'pyalpm' 'python-cerberus' 'python-inflection' 'python-passlib' 'python-requests' 'python-srcinfo')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
makedepends=('python-build' 'python-flit' 'python-installer' 'python-wheel')
optdepends=('breezy: -bzr packages support'
'darcs: -darcs packages support'
'mercurial: -hg packages support'
@ -45,8 +45,10 @@ package() {
python -m installer --destdir="$pkgdir" "dist/$pkgname-$pkgver-py3-none-any.whl"
# python-installer actually thinks that you cannot just copy files to root
# thus we need to copy them manually
# thanks too PEP517, which we all wanted, you need to install data files manually nowadays
pushd package && find . -type f -exec install -Dm644 "{}" "$pkgdir/usr/{}" \; && popd
# keep usr/share configs as reference and copy them to /etc
install -Dm644 "$pkgdir/usr/share/$pkgname/settings/ahriman.ini" "$pkgdir/etc/ahriman.ini"
install -Dm644 "$pkgdir/usr/share/$pkgname/settings/ahriman.ini.d/logging.ini" "$pkgdir/etc/ahriman.ini.d/logging.ini"
@ -54,6 +56,6 @@ package() {
install -Dm644 "$srcdir/$pkgname.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
}
sha512sums=('7a00458e85c4129ffe3d70e2d7bf7e5f8e584929dc7b2b7bdc27b4b49f6a42b0b15ef839e0e332d70a9959dd4efc0cb438bc69bd170cdd5f858c5dcd123a91e0'
sha512sums=('0f168b66d3cda7205426fd72e745fbed1fd155541a7942298a522cd4ed81bbef50e21eea64baf42331b47033691a770fa07b475b1af8f0de514da2f69b95ce71'
'b1dd772f8802be99ccba3add5f1e6f78e5e79d0967342668dd12e472651a6b91c342f11fba330caaca421cc3d6c7e2011e09a6bd131f8ba14bbc4a6206cce539'
'62b2eccc352d33853ef243c9cddd63663014aa97b87242f1b5bc5099a7dbd69ff3821f24ffc58e1b7f2387bd4e9e9712cc4c67f661b1724ad99cdf09b3717794')