summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d42a35a0050c..78293909efa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 21 16:17:16 UTC 2017
+# Thu Dec 12 21:42:58 UTC 2019
pkgbase = space-bg
pkgdesc = A background image setting program that grabs the daily astronomy image (http://apod.nasa.gov/apod/astropix.html)
pkgver = 2.0.9
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/t0nedef/space-bg
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index ea099cab9242..73f6993a5227 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aaron Ali <t0nedef@causal.ca>
pkgname=space-bg
pkgver=2.0.9
-pkgrel=2
+pkgrel=3
pkgdesc="A background image setting program that grabs the daily astronomy image (http://apod.nasa.gov/apod/astropix.html)"
arch=('any')
license=('GPL')
@@ -14,7 +14,7 @@ package()
cd ${srcdir}/${pkgname}-${pkgver}
install -Dm755 spacesetbg ${pkgdir}/usr/bin/spacesetbg
install -Dm755 spacevideo.sh ${pkgdir}/usr/bin/spacevideo.sh
- install -Dm644 spaceimg.py ${pkgdir}/usr/lib/python3.6/site-packages/spaceimg.py
+ install -Dm644 spaceimg.py ${pkgdir}/usr/lib/python3.8/site-packages/spaceimg.py
}
#
md5sums=('543c650a4c259d8ae2b0b8347c3b5893')