diff options
Diffstat (limited to 'blue')
| -rw-r--r-- | blue/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/blue/PKGBUILD b/blue/PKGBUILD index 6bfd4bf..eba293a 100644 --- a/blue/PKGBUILD +++ b/blue/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se> pkgname=blue -pkgver=1.1.2 +pkgver=1.1.3 pkgrel=1 pkgdesc="Creates table of when the blue hour, the golden hour, or whatever you want occurs" arch=(any) @@ -9,8 +9,8 @@ url="https://codeberg.org/maandree/blue" license=('custom:ISC') depends=(python3 solar-python) makedepends=() -source=(${pkgname}-${pkgver}.tar.gz::$url/archive/$pkgver.tar.gz) -sha256sums=(77aaf03d0374a0fff1e3290cc8492ef9f48ccf8517b411396a90f83ff1c162a9) +source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) +sha256sums=(fc92b050f09f81623df5e78a9d00a4a1d737f5e84428d2de2454998ec5601bdc) package() { |
