summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeaDDooMER2016-12-01 09:38:20 +0300
committerDeaDDooMER2016-12-01 09:38:20 +0300
commit2ad2c531994fa75ceca3244024cdbdf91d8f8115 (patch)
treef8ba1f5271ee912f316c07f2ded3d847ca75cfce
parent43790fa4487b2def8de7d44142ac132a721ba07b (diff)
downloadaur-2ad2c531994fa75ceca3244024cdbdf91d8f8115.tar.gz
Fix source 404
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20e80f57833a..47cc0a86191c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = microemulator
pkgdesc = This is Java 2 Micro Edition (J2ME) CLDC/MIDP Emulator.
pkgver = 2.0.4
- pkgrel = 1
- url = http://www.microemu.org/
+ pkgrel = 2
+ url = https://sourceforge.net/projects/microemulator/
arch = any
license = GPL
depends = java-runtime
- source = http://microemu.googlecode.com/files/microemulator-2.0.4.zip
+ source = https://sourceforge.net/projects/microemulator/files/microemulator/2.0.4/microemulator-2.0.4.zip
source = microemulator.launcher
source = microemulator.desktop
source = config2.xml
diff --git a/PKGBUILD b/PKGBUILD
index 1c5f49bdd13a..d518f16180bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=microemulator
pkgver=2.0.4
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="This is Java 2 Micro Edition (J2ME) CLDC/MIDP Emulator."
-url="http://www.microemu.org/"
+url="https://sourceforge.net/projects/microemulator/"
license=('GPL')
depends=('java-runtime')
-source=(http://microemu.googlecode.com/files/$pkgname-$pkgver.zip
+source=(https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.zip
microemulator.launcher microemulator.desktop config2.xml)
md5sums=('d4a859a9aae5d90e25f11146abf1e27a'