summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorflorianmw2019-01-07 18:43:08 +0100
committerflorianmw2019-01-07 18:43:08 +0100
commit226ce5b58d6cabf98800e1739668941eb9b10f55 (patch)
tree35a02b75950a39032f87266c51d7ca444a5fbd64 /PKGBUILD
parentb74de019dc5fe208166bac1aa63c6afb06722a6e (diff)
downloadaur-226ce5b58d6cabf98800e1739668941eb9b10f55.tar.gz
:arrow_up: v1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"