summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2016-04-30 21:23:58 +0200
committerNarrat2016-04-30 21:23:58 +0200
commiteb946ef046878d1ad885c896f3804c88a2cd409c (patch)
treec6844f0a406d23983fb289867d26619fa0112a38
parentff4135f95c93e9704e3a535d3882fe822fa60ffc (diff)
downloadaur-555-boom.tar.gz
555: Desktop file included, so hook
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6225ae6edde5..609c1ba3ad92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Apr 30 19:23:58 UTC 2016
pkgbase = 555-boom
pkgdesc = Puzzle Game and Electromechanical Sandbox
pkgver = 0.6.1
@@ -6,6 +8,7 @@ pkgbase = 555-boom
arch = any
license = GPL
depends = python2-pygame
+ depends = desktop-file-utils
source = http://www.cosc.canterbury.ac.nz/greg.ewing/python/PyWeek5/5B-0.6.1-Source.zip
source = 555-boom.desktop
md5sums = 52a648e2c8d7e2efff0e1488a47c07ff
diff --git a/PKGBUILD b/PKGBUILD
index e432abd7caad..a6f12d3c135b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ pkgdesc="Puzzle Game and Electromechanical Sandbox"
url="http://www.cosc.canterbury.ac.nz/greg.ewing/python/PyWeek5/index.html"
license=('GPL')
arch=('any')
-depends=('python2-pygame')
+depends=('python2-pygame' 'desktop-file-utils')
source=(http://www.cosc.canterbury.ac.nz/greg.ewing/python/PyWeek5/5B-${pkgver}-Source.zip
- 555-boom.desktop)
+ 555-boom.desktop)
md5sums=('52a648e2c8d7e2efff0e1488a47c07ff'
- 'b3f77a50856debc8d6b5bb98ade65f90')
+ 'b3f77a50856debc8d6b5bb98ade65f90')
prepare() {