summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7492fa0d5062..4721517617d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-namedatomiclock
pkgdesc = Python module for an atomic named interprocess lock which is local to the machine.
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/kata198/NamedAtomicLock
arch = any
license = LGPLv3
diff --git a/PKGBUILD b/PKGBUILD
index fa068153ddcb..97d3a55e42e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-namedatomiclock
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Python module for an atomic named interprocess lock which is local to the machine.'
arch=('any')
license=('LGPLv3')