summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
-rw-r--r--minecraft-pi.install15
3 files changed, 9 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e11f89d845d..d70ffc0138b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = minecraft-pi
pkgdesc = Minecraft Pi Edition (for Raspberry Pi devices)
pkgver = 0.1.1
- pkgrel = 2
- url = http://pi.minecraft.net/
+ pkgrel = 3
+ url = https://www.minecraft.net/en-us/edition/pi/
arch = armv6h
arch = armv7h
license = custom
- makedepends = pacman>=4.2.0
depends = libx11
depends = sdl
depends = libpng12
@@ -16,11 +15,11 @@ pkgbase = minecraft-pi
source = minecraft-pi.sh
source = minecraft-pi.png
source = minecraft-pi.desktop
- source = https://s3.amazonaws.com/assets.minecraft.net/pi/minecraft-pi-0.1.1.tar.gz
+ source = https://www.minecraft.net/content/dam/minecraft/edition-pi/minecraft-pi-0.1.1.tar.gz
md5sums = 3da8abffae8a84c3f4abb16fd71fd406
md5sums = df6c93c429356fbbc633a12c03ca0089
md5sums = 19f3b1646fcc96db01d6ba4712e3c2e5
- md5sums = d24f5794c0f640823f25ffcb553ce18f
+ md5sums = be2b7046f83f8682a8ecd80496c5454b
pkgname = minecraft-pi
diff --git a/PKGBUILD b/PKGBUILD
index d9ebb24e8ff3..3e1803d15f73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,22 @@
-#Maintainer: Michele Bovo <mbovo AT gmx DOT com>
+#Maintainer: mike.cuche <cuche AT gmx DOT com>
pkgname=minecraft-pi
pkgver=0.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Minecraft Pi Edition (for Raspberry Pi devices)"
arch=('armv6h' 'armv7h')
-url="http://pi.minecraft.net/"
+url="https://www.minecraft.net/en-us/edition/pi/"
license=('custom')
depends=('libx11' 'sdl' 'libpng12' 'desktop-file-utils')
-#optdepends=('python-minecraft-pi: Python bindings for Minecraft Pi')
-makedepends=('pacman>=4.2.0')
options=('!emptydirs' '!strip')
-#install=$pkgname.install
source=('minecraft-pi.sh'
'minecraft-pi.png'
'minecraft-pi.desktop'
-'https://s3.amazonaws.com/assets.minecraft.net/pi/minecraft-pi-0.1.1.tar.gz')
+'https://www.minecraft.net/content/dam/minecraft/edition-pi/minecraft-pi-0.1.1.tar.gz')
md5sums=('3da8abffae8a84c3f4abb16fd71fd406'
'df6c93c429356fbbc633a12c03ca0089'
'19f3b1646fcc96db01d6ba4712e3c2e5'
-'d24f5794c0f640823f25ffcb553ce18f')
+'be2b7046f83f8682a8ecd80496c5454b')
package() {
mkdir -p $pkgdir/opt/minecraft-pi
diff --git a/minecraft-pi.install b/minecraft-pi.install
deleted file mode 100644
index 3bc09aeffaf2..000000000000
--- a/minecraft-pi.install
+++ /dev/null
@@ -1,15 +0,0 @@
-_update() {
- update-desktop-database -q
-}
-
-post_install() {
- _update
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- _update
-}