summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b86f844815d6..3a2b002b934c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 26 08:24:45 UTC 2020
+# Wed Mar 10 06:44:15 UTC 2021
pkgbase = python-pyparted
pkgdesc = Python module for GNU parted
- pkgver = 3.11.6
+ pkgver = 3.11.7
pkgrel = 1
url = https://github.com/dcantrell/pyparted
arch = i686
@@ -13,8 +13,8 @@ pkgbase = python-pyparted
makedepends = parted>=3.0
conflicts = pyparted-git
replaces = pyparted
- source = https://github.com/dcantrell/pyparted/releases/download/v3.11.6/pyparted-3.11.6.tar.gz
- sha512sums = 6be03c0e44d474088ad5e432fdea077a8f1379877d09c1ff234e38b58067b5d2538fe3607af747bb8c917e3118766d528e07bdce1837e9d5a0ab908b9731173c
+ source = https://github.com/dcantrell/pyparted/releases/download/v3.11.7/pyparted-3.11.7.tar.gz
+ sha512sums = 41018989c21aab577cd1d51f521128d072b346afb9dcdcc27490cdbc2ed4382a854e4bd16780da72a0a95bbd521f14ee0e7f02816f34656cbae734d43a4f0b83
pkgname = python-pyparted
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index f14c15838dce..8cf725dfe109 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pkgname=pyparted
pkgname=python-${_pkgname}
-pkgver=3.11.6
+pkgver=3.11.7
pkgrel=1
pkgdesc="Python module for GNU parted"
url="https://github.com/dcantrell/pyparted"
@@ -19,7 +19,7 @@ makedepends=('pkg-config' 'python>=3.5' 'parted>=3.0')
conflicts=('pyparted-git')
replaces=('pyparted')
source=("https://github.com/dcantrell/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('6be03c0e44d474088ad5e432fdea077a8f1379877d09c1ff234e38b58067b5d2538fe3607af747bb8c917e3118766d528e07bdce1837e9d5a0ab908b9731173c')
+sha512sums=('41018989c21aab577cd1d51f521128d072b346afb9dcdcc27490cdbc2ed4382a854e4bd16780da72a0a95bbd521f14ee0e7f02816f34656cbae734d43a4f0b83')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"