summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpiotr2019-04-18 02:32:31 +0200
committerpiotr2019-04-18 02:32:31 +0200
commit7a7321fd97b91725aab20d28a652da7bbe82efcb (patch)
tree8a5e9faebc406ff132ce2ff94206696d4466c091 /PKGBUILD
parent3dc5290bbb84f1070c8fc7061a3408789b2a56b2 (diff)
downloadaur-7a7321fd97b91725aab20d28a652da7bbe82efcb.tar.gz
minor bug fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8298e98a2f87..296c1ae0160a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('squarely')
pkgver=0.9
-pkgrel=5
+pkgrel=7
pkgdesc="Puzzle game written in Python using the pyglet library"
arch=('i686' 'x86_64')
url="https://github.com/nwg-piotr/squarely"
license=('GPL3')
-depends=('python' 'python-setuptools' 'python-pyglet' 'python-requests' )
+depends=('python' 'python-setuptools' 'python-pyglet' 'python-requests' 'openal')
optdepends=('avbin7: for compressed sound playback')
source=("https://github.com/nwg-piotr/squarely/raw/master/dist/squarely-0.9.tar.gz"
"https://github.com/nwg-piotr/squarely/raw/master/dist/squarely"
"https://github.com/nwg-piotr/squarely/raw/master/dist/squarely.svg"
"https://github.com/nwg-piotr/squarely/raw/master/dist/squarely.desktop")
-md5sums=('273bb1283748a946d96baaacd0e348e8'
+md5sums=('75a38e2d576a46c5128b4ab4b98f15c0'
'8a910f0a5ecf156cc6856bd9b636143d'
'a87a406cab2e66a0efaba87deffa2175'
'795bf57c86be1a38812ec7b4716d8729')