summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authort0nedef2015-10-26 20:59:18 -0400
committert0nedef2015-10-26 20:59:18 -0400
commitaa2f27070c9a4a36ba05d2847b667a963896862d (patch)
tree8042e3272efee7d573edf209621fa66ef8856b29 /PKGBUILD
parent07977fbf614d1615aeed6237067268ab9901bb07 (diff)
downloadaur-aa2f27070c9a4a36ba05d2847b667a963896862d.tar.gz
bump python version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')