Skip to content

Commit

Permalink
python-pyalpm: Update to 0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 3, 2024
1 parent 96d2fd0 commit 93d699f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python-pyalpm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=pyalpm
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=0.10.9
pkgrel=5
pkgver=0.10.10
pkgrel=1
pkgdesc="Libalpm bindings for Python"
arch=('i686' 'x86_64')
license=('GPL')
Expand All @@ -31,7 +31,7 @@ conflicts=("python3-${_realname}")
replaces=("python3-${_realname}")
source=("git+https://gitlab.archlinux.org/archlinux/pyalpm.git#tag=${pkgver}"
"0005-Use-pkg-config-add-LIBALPM_STATIC-env.-var.patch")
sha256sums=('SKIP'
sha256sums=('94c6ac10e4f1fa69f97550fab89b18ec1ecd75a749d7df364e784f951cebb9dd'
'e26201c95cf6511cc884a38a8ca17cd61154542c390bcd8f7484bdc8e560cee9')

prepare() {
Expand Down

0 comments on commit 93d699f

Please sign in to comment.