summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracerix2021-03-08 12:14:11 -0500
committeracerix2021-03-08 12:14:11 -0500
commita6c382577eabc40f19aa68a4586c94c1843f12be (patch)
treeb2fc3ac6a882cdad7b79eb0e773f2aed31da2bfc
parenta8c80773992d888d46396a1e10badf140dff569d (diff)
downloadaur-a6c382577eabc40f19aa68a4586c94c1843f12be.tar.gz
Update to 1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80670d4670bb..19f9b7039ab9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-daemonocle
pkgdesc = Python library for creating Unix daemons
- pkgver = 1.1.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/jnrbsn/daemonocle
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-daemonocle
makedepends = python-setuptools
depends = python-click
depends = python-psutil
- source = https://github.com/jnrbsn/daemonocle/archive/v1.1.1.tar.gz
- sha256sums = 2d76adcd1e67419474f28139d2d444da0e2d4572a2ea266e18981065e8228067
+ source = https://github.com/jnrbsn/daemonocle/archive/v1.2.2.tar.gz
+ sha256sums = 34f1756cefaba65e32189860ab737e60f196dd80cb50d3f56d21d0e22d1bbe27
pkgname = python-daemonocle
diff --git a/PKGBUILD b/PKGBUILD
index d93f37206b45..2dd57fbfaad2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Omar Pakker <archlinux@opakker.nl>
pkgname=python-daemonocle
-pkgver=1.1.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="Python library for creating Unix daemons"
url="https://github.com/jnrbsn/daemonocle"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('2d76adcd1e67419474f28139d2d444da0e2d4572a2ea266e18981065e8228067')
+sha256sums=('34f1756cefaba65e32189860ab737e60f196dd80cb50d3f56d21d0e22d1bbe27')
build() {
cd "${srcdir}/daemonocle-${pkgver}"