summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Freyermuth2016-03-25 10:22:46 +0100
committerJulien Freyermuth2016-03-25 10:22:46 +0100
commit6e5bf8ceb929e4ba3e0b31eafe843353f959e364 (patch)
treea594e45a76293df6fc5c967baf231ecfa3dfbcd5
parent9456c2fe89b5a39f53547d13d23d7cc80687c0f1 (diff)
downloadaur-6e5bf8ceb929e4ba3e0b31eafe843353f959e364.tar.gz
Adding depends in pkgfile
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d93f03295b82..178727bfffa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# ven. mars 25 09:20:08 UTC 2016
+# ven. mars 25 09:22:30 UTC 2016
pkgbase = wallxplanet
pkgdesc = Generate earth wall with cloud
pkgver = 0.0.1
@@ -8,6 +8,7 @@ pkgbase = wallxplanet
install = wallxplanet.install
arch = any
license = WTFPL
+ depends = xplanet
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
diff --git a/PKGBUILD b/PKGBUILD
index 959530cae5a6..d90b1bda45f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="Generate earth wall with cloud"
arch=('any')
url="www.google.fr"
license=('WTFPL')
+depends=('xplanet')
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