summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPig Monkey2019-06-25 19:22:39 -0700
committerPig Monkey2019-06-25 19:22:39 -0700
commit2e0a33a2067ef6c02e20466b5298236593778962 (patch)
tree88046d805d1e7e8f874fcc07f18aede472115baa
parentf0fb849dd144b3575f6409b34ec8d0eea56ad42e (diff)
downloadaur-2e0a33a2067ef6c02e20466b5298236593778962.tar.gz
version 0.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e64d7d1a818d..00b5d1bba517 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.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/pigmonkey/goesimage
arch = any
@@ -8,8 +8,8 @@ pkgbase = goesimage
depends = feh
depends = imagemagick
depends = curl
- source = goesimage-0.1.2.tar.gz::https://github.com/pigmonkey/goesimage/archive/0.1.2.tar.gz
- md5sums = 8e398b6a0d8dfe5f2971fbf65e7e89d1
+ source = goesimage-0.1.3.tar.gz::https://github.com/pigmonkey/goesimage/archive/0.1.3.tar.gz
+ md5sums = cbd1556908897dd77137751c10a09752
pkgname = goesimage
diff --git a/PKGBUILD b/PKGBUILD
index a8fa08f29b59..f1cad3e861c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pig Monkey <pm@pig-monkey.com>
pkgname=goesimage
-pkgver=0.1.2
+pkgver=0.1.3
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=('8e398b6a0d8dfe5f2971fbf65e7e89d1')
+md5sums=('cbd1556908897dd77137751c10a09752')
package() {
cd "$pkgname-$pkgver"