summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Pakker2021-07-19 10:07:01 +0000
committerOmar Pakker2021-07-19 10:07:01 +0000
commitc637283119f235d1eb682433bd50ddded986932d (patch)
tree4f22602d0bdcdea3f19cf156ff6aa53baf8c2b70
parenta6c382577eabc40f19aa68a4586c94c1843f12be (diff)
downloadaur-python-daemonocle.tar.gz
Update to 1.2.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19f9b7039ab9..4e0939ac3585 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-daemonocle
pkgdesc = Python library for creating Unix daemons
- pkgver = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://github.com/jnrbsn/daemonocle
arch = any
@@ -8,8 +8,7 @@ pkgbase = python-daemonocle
makedepends = python-setuptools
depends = python-click
depends = python-psutil
- source = https://github.com/jnrbsn/daemonocle/archive/v1.2.2.tar.gz
- sha256sums = 34f1756cefaba65e32189860ab737e60f196dd80cb50d3f56d21d0e22d1bbe27
+ source = https://github.com/jnrbsn/daemonocle/archive/v1.2.3.tar.gz
+ sha512sums = aa3da48dd779a52e20e26166b99b1c3e56661b9dcfbbd65f0318bdd969210f4ff460e493821e38a04ce9d126cc93677d2537f58cdc60647afb4e66bcfc48bec1
pkgname = python-daemonocle
-
diff --git a/PKGBUILD b/PKGBUILD
index 2dd57fbfaad2..6d295620b6be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Omar Pakker <archlinux@opakker.nl>
pkgname=python-daemonocle
-pkgver=1.2.2
+pkgver=1.2.3
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=('34f1756cefaba65e32189860ab737e60f196dd80cb50d3f56d21d0e22d1bbe27')
+sha512sums=('aa3da48dd779a52e20e26166b99b1c3e56661b9dcfbbd65f0318bdd969210f4ff460e493821e38a04ce9d126cc93677d2537f58cdc60647afb4e66bcfc48bec1')
build() {
cd "${srcdir}/daemonocle-${pkgver}"