summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Toenning2020-02-22 14:17:04 +0100
committerLars Toenning2020-02-22 14:17:04 +0100
commit2dd5bd9ed56383360eead7cac61ab13f610f1ec7 (patch)
treeb60ef04df64b9f7ef142a7675e3aa18d59b034c0
parent3aa6e831355b5789aeb6dc67a160740633b7eb83 (diff)
downloadaur-2dd5bd9ed56383360eead7cac61ab13f610f1ec7.tar.gz
Fix missing dependency "git"
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 061201264dd6..c73084996382 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ripes-git
pkgdesc = A graphical processor simulator and assembly editor for the RISC-V ISA
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mortbopet/Ripes
arch = x86_64
license = MIT
makedepends = cmake
+ makedepends = git
depends = qt5-base
source = ripes-git-2.0.0::git+https://github.com/mortbopet/Ripes.git
source = git+https://github.com/mortbopet/VSRTL.git
diff --git a/PKGBUILD b/PKGBUILD
index 08761724d073..a4d04ffba3be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: ltoenning <dev@ltoenning.de>
pkgname=ripes-git
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A graphical processor simulator and assembly editor for the RISC-V ISA"
arch=('x86_64')
url="https://github.com/mortbopet/Ripes"
license=('MIT')
depends=('qt5-base')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
source=("${pkgname}-${pkgver}::git+https://github.com/mortbopet/Ripes.git"