summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f63f48289515..a605c33b6da7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = magiccollection
pkgdesc = Magic Collection is a small program to manage your collection of Magic: the Gathering cards.
- pkgver = 0.8.114
+ pkgver = 0.8.115
pkgrel = 1
url = http://mirandir.pagesperso-orange.fr/magiccollection/
arch = any
@@ -8,8 +8,8 @@ pkgbase = magiccollection
depends = gtk3
depends = python
depends = python-gobject
- source = http://mirandir.pagesperso-orange.fr/files/magiccollection_0.8.114.tar.xz
- sha256sums = 45d9edba1bd5cf6024b31af6c5404cf91225a73e389819392882609f1bbdb446
+ source = http://mirandir.pagesperso-orange.fr/files/magiccollection_0.8.115.tar.xz
+ sha256sums = 4559f81c8f5a51547da65833458fcfbd2f3c16f1bf8464903e6cdcb9377d90cd
pkgname = magiccollection
diff --git a/PKGBUILD b/PKGBUILD
index 10c08835faed..98a96b75eeb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mirandir <mirandir@orange.fr>
pkgname=magiccollection
-pkgver=0.8.114
+pkgver=0.8.115
pkgrel=1
pkgdesc="Magic Collection is a small program to manage your collection of Magic: the Gathering cards."
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('gtk3' 'python' 'python-gobject')
url="http://mirandir.pagesperso-orange.fr/magiccollection/"
source=(http://mirandir.pagesperso-orange.fr/files/"$pkgname"_"$pkgver".tar.xz)
-sha256sums=('45d9edba1bd5cf6024b31af6c5404cf91225a73e389819392882609f1bbdb446')
+sha256sums=('4559f81c8f5a51547da65833458fcfbd2f3c16f1bf8464903e6cdcb9377d90cd')
package() {
cd "$srcdir"