Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / libgpiod
Commits:
11b6b603 by Felix Yan at 2024-08-14T21:30:19+03:00
upgpkg: 2.1.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libgpiod
pkgdesc = C library and tools for interacting with the linux GPIO
character device
- pkgver = 2.1.1
+ pkgver = 2.1.2
pkgrel = 1
url = https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = libgpiod
makedepends = help2man
makedepends = python-setuptools
depends = python
- source =
git+https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git#tag=v2.1.1
- sha256sums =
cde63fcf982b9868d2e2867c9463f39a9c7eca4b4b0805219281b1a7e0e56bba
+ source =
git+https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git#tag=v2.1.2
+ sha256sums =
90988849d6b6358894460b30b63893501ab968018662f7b2706c209d0ef672b6
pkgname = libgpiod
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Greg Erwin <first name last name 256 at gmail dot com>
pkgname=libgpiod
-pkgver=2.1.1
+pkgver=2.1.2
pkgrel=1
pkgdesc="C library and tools for interacting with the linux GPIO character
device"
url="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
@@ -11,7 +11,7 @@ license=('LGPL2.1')
depends=('python')
makedepends=('git' 'autoconf-archive' 'doxygen' 'help2man' 'python-setuptools')
source=("git+$url#tag=v$pkgver")
-sha256sums=('cde63fcf982b9868d2e2867c9463f39a9c7eca4b4b0805219281b1a7e0e56bba')
+sha256sums=('90988849d6b6358894460b30b63893501ab968018662f7b2706c209d0ef672b6')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgpiod/-/commit/11b6b60346c13fbf85cfe5b676d71fa77f32b7dc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgpiod/-/commit/11b6b60346c13fbf85cfe5b676d71fa77f32b7dc
You're receiving this email because of your account on gitlab.archlinux.org.