summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaksim Fomin2019-05-25 09:32:43 +0000
committerMaksim Fomin2019-05-25 09:32:43 +0000
commit48d07b478499f0c8037ef2e2dd7714a4d1d0de63 (patch)
tree71162f23d6f0e60ac4c0ddc3aae03da343ea7290 /PKGBUILD
parent45930cc081404858d13d0db17822fcb39d3b7dcc (diff)
downloadaur-48d07b478499f0c8037ef2e2dd7714a4d1d0de63.tar.gz
Add python to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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
+}