summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPig Monkey2023-02-17 14:21:54 -0800
committerPig Monkey2023-02-17 14:21:54 -0800
commit31027f3312f36f98756051ea06bfeeff0f357004 (patch)
treeda574c3ff9dbc6872e4529dda03411c6668289b8 /PKGBUILD
parent2e0a33a2067ef6c02e20466b5298236593778962 (diff)
downloadaur-goesimage.tar.gz
version 0.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1cad3e861c2..ddb4a90bcbbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pig Monkey <pm@pig-monkey.com>
pkgname=goesimage
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="Download the latest image from a NOAA Geostationary Operational Environment Satellite and set it as the desktop background."
arch=("any")
@@ -9,7 +9,7 @@ depends=("feh" "imagemagick" "curl")
license=('custom: Public Domain')
url="https://github.com/pigmonkey/goesimage"
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pigmonkey/${pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('cbd1556908897dd77137751c10a09752')
+sha256sums=('bae76e41871aba72542ea903c5ac61cc2934f8ebb2c4745407bc04d8272f3c82')
package() {
cd "$pkgname-$pkgver"