summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPig Monkey2019-05-20 19:29:27 -0700
committerPig Monkey2019-05-20 19:29:27 -0700
commit85d61f1bb136a27deecaa819ef3b341bff112dd9 (patch)
treee737e2151a3f9132ce6c5050217dd748c9d6c023
parent6bb7e052c212234e2a0d1cfd627358a91076a04f (diff)
downloadaur-85d61f1bb136a27deecaa819ef3b341bff112dd9.tar.gz
version 0.1.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f8e77801a8a..4f23633bb9dc 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.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/pigmonkey/goesimage
arch = any
@@ -8,7 +8,7 @@ pkgbase = goesimage
depends = feh
depends = imagemagick
depends = curl
- source = goesimage-0.1.0.tar.gz::https://github.com/pigmonkey/goesimage/archive/0.1.0.tar.gz
+ source = goesimage-0.1.1.tar.gz::https://github.com/pigmonkey/goesimage/archive/0.1.1.tar.gz
md5sums = 3e901d20b59351a347f86d8693358a79
pkgname = goesimage
diff --git a/PKGBUILD b/PKGBUILD
index 437a291fbbbc..0de1dac944fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pig Monkey <pm@pig-monkey.com>
pkgname=goesimage
-pkgver=0.1.0
+pkgver=0.1.1
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=('3e901d20b59351a347f86d8693358a79')
+md5sums=('6bfe92171d808942c0a256486fa957a5')
package() {
cd "$pkgname-$pkgver"