summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2021-02-20 00:45:40 +0100
committerMattias Andrée2021-02-20 00:45:40 +0100
commitf93b865db1770b47cce1e423ef18051c18ddafb0 (patch)
tree2b80c61981fd0d5fdff8adb405f009c09cfd4bab
parentb445e07605508abf8497138743b2692be702c138 (diff)
downloadaur-f93b865db1770b47cce1e423ef18051c18ddafb0.tar.gz
Update to 1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ff83601bdc1..c5ec1652374e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Thu Jul 7 06:34:51 UTC 2016
pkgbase = blue
pkgdesc = Creates table of when the blue hour, the golden hour, or whatever you want occurs
- pkgver = 1
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/maandree/blue
arch = any
license = custom:ISC
depends = python3
depends = solar-python
- source = https://github.com/maandree/blue/archive/1.tar.gz
- sha256sums = 952c9433425867b0d0e139699a23e2a941e6bd291b474b6d39daba2b6647573b
+ source = https://github.com/maandree/blue/archive/1.1.tar.gz
+ sha256sums = 6070e151b07753b218f423cb07b09e2f8493b4e57470dc3a068ec035dd11d789
pkgname = blue
diff --git a/PKGBUILD b/PKGBUILD
index e918a86451ad..7021d9c7294b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=blue
-pkgver=1
+pkgver=1.1
pkgrel=1
pkgdesc="Creates table of when the blue hour, the golden hour, or whatever you want occurs"
arch=(any)
@@ -10,7 +10,7 @@ license=('custom:ISC')
depends=(python3 solar-python)
makedepends=()
source=($url/archive/$pkgver.tar.gz)
-sha256sums=(952c9433425867b0d0e139699a23e2a941e6bd291b474b6d39daba2b6647573b)
+sha256sums=(6070e151b07753b218f423cb07b09e2f8493b4e57470dc3a068ec035dd11d789)
package() {