[arch-commits] Commit in python-periphery/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Dec 15 08:49:49 UTC 2020
Date: Tuesday, December 15, 2020 @ 08:49:48
Author: felixonmars
Revision: 775852
upgpkg: python-periphery 2.1.1-1
Modified:
python-periphery/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-15 07:57:47 UTC (rev 775851)
+++ PKGBUILD 2020-12-15 08:49:48 UTC (rev 775852)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-periphery
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
pkgdesc="A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux"
url="https://github.com/vsergeev/python-periphery"
license=('MIT')
@@ -11,7 +11,7 @@
makedepends=('python-setuptools')
checkdepends=('python-pytest-runner')
source=("$pkgname-$pkgver.tar.gz::https://github.com/vsergeev/python-periphery/archive/v$pkgver.tar.gz")
-sha512sums=('50ac373017ea5ce8e222b17cddbe38044ef0ebcdb050ed24a05bc5304bf834ac6628e81372267dfe58e084f596f8173caab7cc083b6e3691f4d392aa8570d621')
+sha512sums=('2012896890c8eb8599d54f7f9266a2acfb1386d917101f79607b20a3f9ff82d3588ea092c5137be401d1321c2358e272aaa345bf6fc327b0613f49c04923af4e')
build() {
cd python-periphery-$pkgver
More information about the arch-commits
mailing list