summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74fd797585c0..6d728b1a01bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.7
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/t0nedef/space-bg
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 9a4d1a30535a..e836dc4a4848 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aaron Ali <t0nedef@causal.ca>
pkgname=space-bg
pkgver=2.0.7
-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.4/site-packages/spaceimg.py
+ install -Dm644 spaceimg.py ${pkgdir}/usr/lib/python3.5/site-packages/spaceimg.py
}
#
md5sums=('0d93963b0d0e1a7ce04eec1a64021bf2')