summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d86cef34ce86..fd2a602068c7 100644..100755
--- 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.117
+ pkgver = 0.8.118
pkgrel = 1
url = http://mirandir.pagesperso-orange.fr/magiccollection/
arch = any
@@ -8,8 +8,9 @@ pkgbase = magiccollection
depends = gtk3
depends = python
depends = python-gobject
- source = http://mirandir.pagesperso-orange.fr/files/magiccollection_0.8.117.tar.xz
- sha256sums = 28f7b42cc687059291bb0a4e207facc3de3b6f06003c92934293fbc9af2e681f
+ depends = python-cairo
+ source = http://mirandir.mcollection.free.fr/files/releases/magiccollection_0.8.118.tar.xz
+ sha256sums = cf1f71f4de80e742c5646c8463e84525933a8e7abafbd5da30a970960726b3b1
pkgname = magiccollection
diff --git a/PKGBUILD b/PKGBUILD
index 0f52011c1f38..86a8ca66cf19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: mirandir <mirandir@orange.fr>
pkgname=magiccollection
-pkgver=0.8.117
+pkgver=0.8.118
pkgrel=1
pkgdesc="Magic Collection is a small program to manage your collection of Magic: the Gathering cards."
arch=('any')
license=('GPL3')
-depends=('gtk3' 'python' 'python-gobject')
+depends=('gtk3' 'python' 'python-gobject' 'python-cairo')
url="http://mirandir.pagesperso-orange.fr/magiccollection/"
-source=(http://mirandir.pagesperso-orange.fr/files/"$pkgname"_"$pkgver".tar.xz)
-sha256sums=('28f7b42cc687059291bb0a4e207facc3de3b6f06003c92934293fbc9af2e681f')
+source=(http://mirandir.mcollection.free.fr/files/releases/"$pkgname"_"$pkgver".tar.xz)
+sha256sums=('cf1f71f4de80e742c5646c8463e84525933a8e7abafbd5da30a970960726b3b1')
package() {
cd "$srcdir"