summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2018-10-07 12:01:24 +0200
committerpiotr2018-10-07 12:01:24 +0200
commit082084e9a435537c69d43e8f44b39965dbea7822 (patch)
treee6ce1fca0a70e32352828315a2e6d608c9747048
parentfcfab01ac8938652304ee780d8dc663bead9f681 (diff)
downloadaur-082084e9a435537c69d43e8f44b39965dbea7822.tar.gz
dependencies fixed
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ed0817501e4..b1ec7cbc9b8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = one-more-cheese
pkgdesc = Arcade-puzzle game
pkgver = 0.1.7
- pkgrel = 1
+ pkgrel = 2
url = http://nwg.pl/cheese
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = one-more-cheese
depends = python
depends = python-pygame
depends = python-requests
+ depends = python-setuptools
source = http://nwg.pl/mice/download/one-more-cheese-0.1.7.tar.gz
source = http://nwg.pl/mice/download/one-more-cheese
source = http://nwg.pl/mice/download/one-more-cheese.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 67077a4d7ba1..875f8d192350 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('one-more-cheese')
pkgver=0.1.7
-pkgrel=1
+pkgrel=2
pkgdesc="Arcade-puzzle game"
arch=('i686' 'x86_64')
url="http://nwg.pl/cheese"
license=('freeware')
-depends=('python' 'python-pygame' 'python-requests')
+depends=('python' 'python-pygame' 'python-requests' 'python-setuptools')
source=("http://nwg.pl/mice/download/one-more-cheese-0.1.7.tar.gz"
"http://nwg.pl/mice/download/one-more-cheese"
"http://nwg.pl/mice/download/one-more-cheese.desktop"