summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Freyermuth2016-04-07 10:31:36 +0200
committerJulien Freyermuth2016-04-07 10:31:36 +0200
commit3a4f9cfea11dbd7c0940a8712486e97222187f85 (patch)
treebee9cafebf16e61c2fc4067d602e3740119fe340
parente1b52f67ae70b0824f44bf6c45366fb5b7d86f06 (diff)
downloadaur-3a4f9cfea11dbd7c0940a8712486e97222187f85.tar.gz
remove wget dependency and add some changes
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--wallxplanet-0.0.1.tar.gzbin1527 -> 1553 bytes
-rw-r--r--wallxplanet.install6
4 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a4973f2b8d6..18229e4bab47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# dim. mars 27 19:53:29 UTC 2016
+# jeu. avril 7 08:31:03 UTC 2016
pkgbase = wallxplanet
pkgdesc = Generate earth wall with cloud
pkgver = 0.0.1
- pkgrel = 2
+ pkgrel = 3
url = www.google.fr
install = wallxplanet.install
arch = any
license = WTFPL
depends = xplanet
- depends = wget
+ depends = curl
backup = etc/wallxplanet/xplanet.conf
source = wallxplanet-0.0.1.tar.gz
source = https://upload.wikimedia.org/wikipedia/commons/c/cd/Land_ocean_ice_2048.jpg
source = http://eoimages.gsfc.nasa.gov/images/imagerecords/55000/55167/earth_lights_lrg.jpg
source = https://upload.wikimedia.org/wikipedia/commons/a/ac/Earthmap1000x500.jpg
- sha512sums = cb5244e8c11173d570898e3dc56f76ce3fa9ef1813a57474f172ef84955ab04806f94f4bdc74ab86bca54621c4ee855ad97968cd3603e6ea976f184f51ddf2c0
+ sha512sums = 23962f911084f8d508fa57561503931a1106c4eaac433420c255e17c36ef6beb9069e0b5d750007bda8635bffe2ddd69ebc48c46335134a3bc59a91bffc13b9c
sha512sums = f83c0157272ee41389d7af50f1988c3470977d5dc80c4bc8b982b8cafa273775996e9e06893da970c04e7ab87ba8463f35405319dbe4ae73b0e3d68a146472d3
sha512sums = 4b3574dce95148a2f6bc9f627524ea7f9b6806552016dd696e9cbf3edf56b8d8fa99f48f95616e276d67801ade65e32fe971a7dbd1bb5afadf7b49540fbd340c
sha512sums = 900a7c3c8822a2be6f46e672ad5b4bfde47863e4d9af401805df9011a7010b279e1ac3c8afe08d88f88cb7db0b662321f74a06219790868f85109c41c2ffc99e
diff --git a/PKGBUILD b/PKGBUILD
index 32fc333f7d90..529e46f84b01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=wallxplanet
pkgver=0.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Generate earth wall with cloud"
arch=('any')
url="www.google.fr"
license=('WTFPL')
-depends=('xplanet' 'wget')
+depends=('xplanet' 'curl')
backup=('etc/wallxplanet/xplanet.conf')
source=("$pkgname-$pkgver.tar.gz" "https://upload.wikimedia.org/wikipedia/commons/c/cd/Land_ocean_ice_2048.jpg" "http://eoimages.gsfc.nasa.gov/images/imagerecords/55000/55167/earth_lights_lrg.jpg" "https://upload.wikimedia.org/wikipedia/commons/a/ac/Earthmap1000x500.jpg")
install=wallxplanet.install
@@ -47,7 +47,7 @@ package() {
"$pkgdir"/usr/bin/wallxplanet.sh || return 1
}
-sha512sums=('cb5244e8c11173d570898e3dc56f76ce3fa9ef1813a57474f172ef84955ab04806f94f4bdc74ab86bca54621c4ee855ad97968cd3603e6ea976f184f51ddf2c0'
+sha512sums=('23962f911084f8d508fa57561503931a1106c4eaac433420c255e17c36ef6beb9069e0b5d750007bda8635bffe2ddd69ebc48c46335134a3bc59a91bffc13b9c'
'f83c0157272ee41389d7af50f1988c3470977d5dc80c4bc8b982b8cafa273775996e9e06893da970c04e7ab87ba8463f35405319dbe4ae73b0e3d68a146472d3'
'4b3574dce95148a2f6bc9f627524ea7f9b6806552016dd696e9cbf3edf56b8d8fa99f48f95616e276d67801ade65e32fe971a7dbd1bb5afadf7b49540fbd340c'
'900a7c3c8822a2be6f46e672ad5b4bfde47863e4d9af401805df9011a7010b279e1ac3c8afe08d88f88cb7db0b662321f74a06219790868f85109c41c2ffc99e') \ No newline at end of file
diff --git a/wallxplanet-0.0.1.tar.gz b/wallxplanet-0.0.1.tar.gz
index 80b36bafecc7..4266c630dae6 100644
--- a/wallxplanet-0.0.1.tar.gz
+++ b/wallxplanet-0.0.1.tar.gz
Binary files differ
diff --git a/wallxplanet.install b/wallxplanet.install
index ad8dd76f4de1..a5e36545ce57 100644
--- a/wallxplanet.install
+++ b/wallxplanet.install
@@ -2,8 +2,9 @@ post_install() {
# Reload systemctl
systemctl daemon-reload
- echo "You must create /etc/wallxplanet/wallxplanet.conf. Example: /etc/wallxplanet/wallxplanet_sample.conf"
- echo "Adding in systemctl:"
+ echo "- You must create /etc/wallxplanet/wallxplanet.conf. Example: /etc/wallxplanet/wallxplanet_sample.conf"
+ echo "- You should edit /usr/bin/wallxplanet.sh and /usr/bin/downloadcloudsmap.sh to change output location of files"
+ echo "- Adding in systemctl:"
for service in "downloadcloudsmap.timer" "wallxplanet"
do
@@ -19,6 +20,7 @@ post_upgrade() {
systemctl daemon-reload
echo "You should restart downloadcloudsmap & wallxplanet"
+ echo "- You should edit /usr/bin/wallxplanet.sh and /usr/bin/downloadcloudsmap.sh to change output location of files"
for service in "downloadcloudsmap" "wallxplanet"
do