summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32935c564c04..caf79d2bd9c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = wxhexeditor
arch = i686
arch = x86_64
license = GPL2
+ makedepends = python
depends = wxgtk3
source = https://github.com/EUA/wxHexEditor/archive/v0.24.tar.gz
md5sums = 1b77bddc026e22797fd0e7a82e52cd28
diff --git a/PKGBUILD b/PKGBUILD
index 1da4f8c8cbc9..960fd04f60f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url="http://www.wxhexeditor.org"
license=('GPL2')
depends=('wxgtk3')
+makedepends=('python')
source=("https://github.com/EUA/wxHexEditor/archive/v$pkgver.tar.gz")
md5sums=('1b77bddc026e22797fd0e7a82e52cd28')
@@ -19,4 +20,4 @@ build() {
package() {
cd "$srcdir/wxHexEditor-$pkgver"
make WXCONFIG="/usr/bin/wx-config-gtk3" DESTDIR="$pkgdir" PREFIX="/usr" install
-} \ No newline at end of file
+}