summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 192645cb8418..494d9f9b4236 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = polarisbioseditor-git
pkgdesc = BIOS editor for AMD Polaris cards
- pkgver = r18.896b2ec
+ pkgver = r41.31add7b
pkgrel = 1
url = https://github.com/jaschaknack/PolarisBiosEditor
arch = x86_64
license = GPL3
makedepends = git
+ depends = mono
source = git+https://github.com/jaschaknack/PolarisBiosEditor.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 931011b8d529..b23d5b0f9372 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Pablo Moyano (p4block)
pkgname=polarisbioseditor-git
-pkgver=r18.896b2ec
+pkgver=r41.31add7b
pkgrel=1
pkgdesc="BIOS editor for AMD Polaris cards"
arch=('x86_64')
url="https://github.com/jaschaknack/PolarisBiosEditor"
license=('GPL3')
+depends=('mono')
makedepends=('git')
source=("git+https://github.com/jaschaknack/PolarisBiosEditor.git")
md5sums=('SKIP')