summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2978b334c97e..0267ee7bbeff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = gnusim8085
pkgdesc = graphical simulator, assembler and debugger for the Intel 8085 microprocessor
- pkgver = 1.3.7
+ pkgver = 1.4.1
pkgrel = 1
url = http://gnusim8085.org/
- install = gnusim8085.install
arch = i686
arch = x86_64
license = GPL
- depends = gtk2
- depends = gtksourceview2
- source = http://launchpad.net/gnusim8085/trunk/1.3.7/+download/gnusim8085-1.3.7.tar.gz
- md5sums = 6baabf2d32685a3447a6c1382589ea84
+ makedepends = discount
+ depends = gtksourceview3>=3.10.0
+ source = https://github.com/GNUSim8085/GNUSim8085/releases/download/1.4.1/gnusim8085-1.4.1.tar.gz
+ sha256sums = 4af0797afa90490a2d236c4bb2053e30676cd14a9c9a4b4e1eeba9c9808ea017
pkgname = gnusim8085
diff --git a/PKGBUILD b/PKGBUILD
index 313ed9cd7573..c9d92fe76a1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Boohbah <boohbah at gmail.com>
+# Maintainer: Onkar Shinde <onkarshinde at gmail dot com>
+# Contributor: Boohbah <boohbah at gmail.com>
pkgname=gnusim8085
-pkgver=1.3.7
+pkgver=1.4.1
pkgrel=1
pkgdesc="graphical simulator, assembler and debugger for the Intel 8085 microprocessor"
arch=('i686' 'x86_64')
url="http://gnusim8085.org/"
license=('GPL')
-depends=('gtk2' 'gtksourceview2')
-source=("http://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz")
-md5sums=('6baabf2d32685a3447a6c1382589ea84')
-install=$pkgname.install
+depends=('gtksourceview3>=3.10.0')
+makedepends=('discount')
+source=("https://github.com/GNUSim8085/GNUSim8085/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('4af0797afa90490a2d236c4bb2053e30676cd14a9c9a4b4e1eeba9c9808ea017')
build() {
cd "$pkgname-$pkgver"