summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManish Munikar2016-04-20 19:27:53 +0545
committerManish Munikar2016-04-20 19:27:53 +0545
commit9d58883a0384379d3b7ad1724d31f6930fe82ae4 (patch)
tree6eb3f4333f8706d0048c09542c4e7d42cc2d539f
parent3f205e8edef47ce13e2de6f60710e88216f8c707 (diff)
downloadaur-9d58883a0384379d3b7ad1724d31f6930fe82ae4.tar.gz
fixed broken source link
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efff1395897a..a88062b51c9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Wed Apr 20 13:42:11 UTC 2016
pkgbase = 8085-simulator
pkgdesc = Jubin's 8085 Simulator with Trainer Kit, written in Java
pkgver = 2.0
- pkgrel = 4
+ pkgrel = 5
url = https://8085simulator.codeplex.com
arch = any
license = GPL2
depends = java-runtime
noextract = 8085-simulator-2.0.jar
- source = 8085-simulator-2.0.jar::http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=8085simulator&DownloadId=87364&FileTime=130460912818130000&Build=21028
+ source = http://mirror.jkanetwork.com/Third-Party/8085-simulator-2.0.jar
source = 8085-simulator
source = 8085-simulator.desktop
sha256sums = 9ca0323f74e9cf5db13476a65c563bcf52ebf13dceb92a1f472b6d35bf7dd01e
diff --git a/PKGBUILD b/PKGBUILD
index d0a6a58a3e05..136fb843fb31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Manish Munikar <munikarmanish at gmail dot com>
+# Contributor: JKA Network (JoseluCross, Kprkpr, Yukialba) <contacto@jkanetwork.com>
pkgname=8085-simulator
pkgver=2.0
-pkgrel=4
+pkgrel=5
pkgdesc="Jubin's 8085 Simulator with Trainer Kit, written in Java"
arch=('any')
url="https://8085simulator.codeplex.com"
@@ -10,13 +11,13 @@ license=('GPL2')
depends=('java-runtime')
install=
changelog=
-source=("${pkgname}-${pkgver}.jar::http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=8085simulator&DownloadId=87364&FileTime=130460912818130000&Build=21028"
+source=("http://mirror.jkanetwork.com/Third-Party/$pkgname-$pkgver.jar"
"${pkgname}"
"${pkgname}.desktop")
noextract=("8085-simulator-2.0.jar")
-sha256sums=("9ca0323f74e9cf5db13476a65c563bcf52ebf13dceb92a1f472b6d35bf7dd01e"
- "5ee001588d0af1839c5bf2d37e3da2b5a2826a49c824441a14e9c078eb2bdb91"
- "596e4a94073169a2d5e10f2dee9109a9646f64172b5af258beafe043ad273e76")
+sha256sums=('9ca0323f74e9cf5db13476a65c563bcf52ebf13dceb92a1f472b6d35bf7dd01e'
+ '5ee001588d0af1839c5bf2d37e3da2b5a2826a49c824441a14e9c078eb2bdb91'
+ '596e4a94073169a2d5e10f2dee9109a9646f64172b5af258beafe043ad273e76')
package() {
msg2 "Copying source files..."