summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {