Martin Rys pushed to branch main at Arch Linux / Packaging / Packages /
python-ioctl-opt
Commits:
c05e25a2 by Martin Rys at 2026-03-06T11:13:48+01:00
upgpkg: 1.3.1-1: Bump to 1.3.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-ioctl-opt
pkgdesc = Pythonified Linux asm-generic/ioctl.h
- pkgver = 1.3
- pkgrel = 6
+ pkgver = 1.3.1
+ pkgrel = 1
url = https://github.com/vpelletier/python-ioctl-opt
arch = any
license = GPL-2.0-or-later
@@ -9,7 +9,7 @@ pkgbase = python-ioctl-opt
makedepends = python-installer
makedepends = python-setuptools
depends = python
- source =
python-ioctl-opt-1.3.tar.gz::https://github.com/vpelletier/python-ioctl-opt/archive/1.3.tar.gz
- sha256sums =
78af049a170f4194a0ea3804ea5f37b55c8faccdb9c870f82c3ca550ba98b44f
+ source =
python-ioctl-opt-1.3.1.tar.gz::https://github.com/vpelletier/python-ioctl-opt/archive/1.3.1.tar.gz
+ sha256sums =
004eb68f116ecfe741347617af55e097936698bbf990b6a558a56dce4635234a
pkgname = python-ioctl-opt
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Martin Rys <https://rys.rs/contact>
pkgname=python-ioctl-opt
-pkgver=1.3
-pkgrel=6
+pkgver=1.3.1
+pkgrel=1
pkgdesc="Pythonified Linux asm-generic/ioctl.h"
url="https://github.com/vpelletier/python-ioctl-opt"
arch=(any)
@@ -16,7 +16,7 @@ makedepends=(
"python-setuptools"
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vpelletier/python-ioctl-opt/archive/${pkgver}.tar.gz")
-sha256sums=('78af049a170f4194a0ea3804ea5f37b55c8faccdb9c870f82c3ca550ba98b44f')
+sha256sums=('004eb68f116ecfe741347617af55e097936698bbf990b6a558a56dce4635234a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ioctl-opt/-/commit/c05e25a2375fd4e71429bc98cae91c1dcda59cfa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ioctl-opt/-/commit/c05e25a2375fd4e71429bc98cae91c1dcda59cfa
You're receiving this email because of your account on gitlab.archlinux.org.