* update pyalpm to 0.10.10-1
This commit is contained in:
parent
966a6df8d5
commit
b86ebdd24b
22
python/pyalpm/.SRCINFO
Normal file
22
python/pyalpm/.SRCINFO
Normal file
@ -0,0 +1,22 @@
|
||||
pkgbase = pyalpm
|
||||
pkgdesc = Python 3 bindings for libalpm
|
||||
pkgver = 0.10.10
|
||||
pkgrel = 1
|
||||
url = https://gitlab.archlinux.org/archlinux/pyalpm
|
||||
arch = x86_64
|
||||
license = GPL-3.0-or-later
|
||||
checkdepends = python-pytest
|
||||
checkdepends = python-pytest-pacman
|
||||
makedepends = git
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-pkgconfig
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
depends = python
|
||||
depends = pacman
|
||||
source = git+https://gitlab.archlinux.org/archlinux/pyalpm.git#tag=0.10.10
|
||||
validpgpkeys = E499C79F53C96A54E572FEE1C06086337C50773E
|
||||
sha512sums = f44b94c099697f8a9fa043c2030680545493c5a55b4da4e9c5ec5009cc9d7c5b3825f9ebddbe30343421af756b6c93d453a3f9596527718e3bd7d5db0f42f1ca
|
||||
|
||||
pkgname = pyalpm
|
3
python/pyalpm/.nvchecker.toml
Normal file
3
python/pyalpm/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[pyalpm]
|
||||
source = "git"
|
||||
git = "https://gitlab.archlinux.org/archlinux/pyalpm.git"
|
@ -2,8 +2,8 @@
|
||||
# Maintainer : Rémy Oudompheng <remy@archlinux.org>
|
||||
|
||||
pkgname=pyalpm
|
||||
pkgver=0.10.9
|
||||
pkgrel=2
|
||||
pkgver=0.10.10
|
||||
pkgrel=1
|
||||
pkgdesc="Python 3 bindings for libalpm"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://gitlab.archlinux.org/archlinux/pyalpm"
|
||||
@ -13,7 +13,7 @@ makedepends=('git' 'python-setuptools' 'python-pkgconfig' 'python-build' 'python
|
||||
checkdepends=('python-pytest' 'python-pytest-pacman')
|
||||
source=("git+https://gitlab.archlinux.org/archlinux/pyalpm.git#tag=$pkgver")
|
||||
validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
|
||||
sha512sums=('SKIP')
|
||||
sha512sums=('f44b94c099697f8a9fa043c2030680545493c5a55b4da4e9c5ec5009cc9d7c5b3825f9ebddbe30343421af756b6c93d453a3f9596527718e3bd7d5db0f42f1ca')
|
||||
|
||||
prepare() {
|
||||
cd "${pkgname}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user