summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornwg-piotr2018-04-04 01:42:36 +0200
committernwg-piotr2018-04-04 01:42:36 +0200
commitaec3e9680d86f20573f825310472159c94f5f211 (patch)
tree1f7b641f9f1ec1f01ac51153b46085910362da24
parent483a5d98bdb9a03babbd20474cab802cc2f528e5 (diff)
downloadaur-aec3e9680d86f20573f825310472159c94f5f211.tar.gz
Fixed bug in menu font scaling
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fac4099ed721..2bbfebb079e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = one-more-cheese
pkgdesc = Arcade-puzzle game
- pkgver = 0.1.5
+ pkgver = 0.1.6
pkgrel = 1
url = http://nwg.pl/cheese
arch = i686
@@ -9,11 +9,11 @@ pkgbase = one-more-cheese
depends = python3
depends = python-pygame
depends = python-requests
- source = http://nwg.pl/mice/download/one-more-cheese-0.1.5.tar.gz
+ source = http://nwg.pl/mice/download/one-more-cheese-0.1.6.tar.gz
source = http://nwg.pl/mice/download/one-more-cheese
source = http://nwg.pl/mice/download/one-more-cheese.desktop
source = http://nwg.pl/mice/download/one-more-cheese.png
- md5sums = 062737633adadb5c1f22e53603f12730
+ md5sums = 2aada1f1b5f639f2638394f0835c2f0a
md5sums = af54e54383a7bdb5fa13ffa1c023f831
md5sums = 8c44865338673c7a9ff646d23af1b172
md5sums = 15b45413c215260baf7c462cbbdde183
diff --git a/PKGBUILD b/PKGBUILD
index 9a57eb71369e..17f5708e8dfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('one-more-cheese')
-pkgver=0.1.5
+pkgver=0.1.6
pkgrel=1
pkgdesc="Arcade-puzzle game"
arch=('i686' 'x86_64')
url="http://nwg.pl/cheese"
license=('freeware')
depends=('python3' 'python-pygame' 'python-requests')
-source=("http://nwg.pl/mice/download/one-more-cheese-0.1.5.tar.gz"
+source=("http://nwg.pl/mice/download/one-more-cheese-0.1.6.tar.gz"
"http://nwg.pl/mice/download/one-more-cheese"
"http://nwg.pl/mice/download/one-more-cheese.desktop"
"http://nwg.pl/mice/download/one-more-cheese.png")
-md5sums=('062737633adadb5c1f22e53603f12730'
+md5sums=('2aada1f1b5f639f2638394f0835c2f0a'
'af54e54383a7bdb5fa13ffa1c023f831'
'8c44865338673c7a9ff646d23af1b172'
'15b45413c215260baf7c462cbbdde183')