summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ddf4d15b477d..cd3af84c331e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-fmf
_pkg="${pkgname#python-}"
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
arch=('any')
license=('GPL2')
@@ -15,7 +15,7 @@ checkdepends=('python-pytest' 'git')
provides=("$_pkg")
conflicts=("$_pkg")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('854f0c0044e02f44204ee555912cce9e90ff8c31dbd095fe1414df9bf16c0d47')
+sha256sums=('f176f8b1ef0c1e5ac5e924728dae4fc9887672e036ffb94b4a6fcf05c4856b05')
build() {
cd "$_pkg-$pkgver"