summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2020-12-15 01:14:46 +0100
committerHugo Osvaldo Barrera2020-12-15 01:14:46 +0100
commit14325e583a53a79cb1d6889b1f42ddd3cd805fc6 (patch)
treead64b1c4380af0c606ea794330b1e0186fd17a9a
parentd1f86bb87b3f052bbe3a0e5121a88e90f7b4cbd1 (diff)
downloadaur-14325e583a53a79cb1d6889b1f42ddd3cd805fc6.tar.gz
Update to 0.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecd308fabcfc..0963331334e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = darkman
pkgdesc = Framework for dark-mode and light-mode transitions on Linux desktop.
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://gitlab.com/whynothugo/darkman
arch = any
@@ -10,8 +10,8 @@ pkgbase = darkman
depends = python-pyxdg
depends = python-txdbus
depends = geoclue
- source = https://files.pythonhosted.org/packages/source/d/darkman/darkman-0.1.2.tar.gz
- sha512sums = 94859e8924740dac9445610cadc03d7cd5c8b27ced1e310438e1e0f20a5da48da00c781a51ee84507b4806aefe2d09c9f6cc7a93e5207f445120aed6ac5ba190
+ source = https://files.pythonhosted.org/packages/source/d/darkman/darkman-0.1.3.tar.gz
+ sha512sums = dcdb77a422e99f3c962f35f435be027d2c0e74603d16f8c6bbd07ddc7d49e8f845840c95614a8835fae6df7165174d05bbf3371b335cc475b33da15f4f36c584
pkgname = darkman
diff --git a/PKGBUILD b/PKGBUILD
index cc0ce9258fb7..ef1695a7c664 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
pkgname=darkman
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc="Framework for dark-mode and light-mode transitions on Linux desktop."
arch=('any')
@@ -9,7 +9,7 @@ url="https://gitlab.com/whynothugo/darkman"
license=('ISC')
depends=('python-astral' 'python-dateutil' 'python-pyxdg' 'python-txdbus' 'geoclue')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('94859e8924740dac9445610cadc03d7cd5c8b27ced1e310438e1e0f20a5da48da00c781a51ee84507b4806aefe2d09c9f6cc7a93e5207f445120aed6ac5ba190')
+sha512sums=('dcdb77a422e99f3c962f35f435be027d2c0e74603d16f8c6bbd07ddc7d49e8f845840c95614a8835fae6df7165174d05bbf3371b335cc475b33da15f4f36c584')
build() {
cd "$pkgname-$pkgver"