summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
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"