summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPig Monkey2023-02-17 14:21:54 -0800
committerPig Monkey2023-02-17 14:21:54 -0800
commit31027f3312f36f98756051ea06bfeeff0f357004 (patch)
treeda574c3ff9dbc6872e4529dda03411c6668289b8
parent2e0a33a2067ef6c02e20466b5298236593778962 (diff)
downloadaur-goesimage.tar.gz
version 0.1.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00b5d1bba517..5fac630c73a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goesimage
pkgdesc = Download the latest image from a NOAA Geostationary Operational Environment Satellite and set it as the desktop background.
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 1
url = https://github.com/pigmonkey/goesimage
arch = any
@@ -8,8 +8,7 @@ pkgbase = goesimage
depends = feh
depends = imagemagick
depends = curl
- source = goesimage-0.1.3.tar.gz::https://github.com/pigmonkey/goesimage/archive/0.1.3.tar.gz
- md5sums = cbd1556908897dd77137751c10a09752
+ source = goesimage-0.1.4.tar.gz::https://github.com/pigmonkey/goesimage/archive/0.1.4.tar.gz
+ sha256sums = bae76e41871aba72542ea903c5ac61cc2934f8ebb2c4745407bc04d8272f3c82
pkgname = goesimage
-
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"