summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorianmw2019-01-07 18:43:08 +0100
committerflorianmw2019-01-07 18:43:08 +0100
commit226ce5b58d6cabf98800e1739668941eb9b10f55 (patch)
tree35a02b75950a39032f87266c51d7ca444a5fbd64
parentb74de019dc5fe208166bac1aa63c6afb06722a6e (diff)
downloadaur-226ce5b58d6cabf98800e1739668941eb9b10f55.tar.gz
:arrow_up: v1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bb9bda47cef..7f314ec1f516 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = automathemely
pkgdesc = Simple, set-and-forget python application for changing between GNOME themes according to light and dark hours.
- pkgver = 1.2
+ pkgver = 1.3
pkgrel = 1
url = https://github.com/C2N14/AutomaThemely
arch = any
license = GPL-3.0
makedepends = python-setuptools
depends = python
- source = https://github.com/C2N14/AutomaThemely/archive/v1.2.tar.gz
- sha256sums = 3616d85cc6d910eda718efa8834f594533d053d6269bc11d01a7bdebe5f07bfc
+ source = https://github.com/C2N14/AutomaThemely/archive/v1.3.tar.gz
+ sha256sums = 14e5100eb911ab8e5667a3358e1e7ed6540fd1a294ba4d451d4db480b08c3555
pkgname = automathemely
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index ec16dfb4eabd..28693473f238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('automathemely')
_name='AutomaThemely'
-pkgver='1.2'
+pkgver='1.3'
pkgrel=1
pkgdesc="Simple, set-and-forget python application for changing between GNOME themes according to light and dark hours."
url="https://github.com/C2N14/AutomaThemely"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('GPL-3.0')
arch=('any')
source=("https://github.com/C2N14/${_name}/archive/v${pkgver}.tar.gz")
-sha256sums=('3616d85cc6d910eda718efa8834f594533d053d6269bc11d01a7bdebe5f07bfc')
+sha256sums=('14e5100eb911ab8e5667a3358e1e7ed6540fd1a294ba4d451d4db480b08c3555')
build() {
cd "${srcdir}/${_name}-${pkgver}"