summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaksim Fomin2019-05-24 20:07:49 +0000
committerMaksim Fomin2019-05-24 20:07:49 +0000
commit45930cc081404858d13d0db17822fcb39d3b7dcc (patch)
tree85d7b33b045118d00afe848cf5a7f789b3583cbb
parent7f98703d60ebfbf2d4786e5e6959ebc8dc6044ae (diff)
downloadaur-45930cc081404858d13d0db17822fcb39d3b7dcc.tar.gz
Update to wxgtk3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5b3d59bf202..32935c564c04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by mksrcinfo v8
-# Sun Mar 18 16:03:33 UTC 2018
pkgbase = wxhexeditor
pkgdesc = A free hex editor / disk editor for Linux, Windows and MacOSX
pkgver = 0.24
- pkgrel = 1
+ pkgrel = 2
url = http://www.wxhexeditor.org
arch = i686
arch = x86_64
license = GPL2
- makedepends = wxgtk
+ depends = wxgtk3
source = https://github.com/EUA/wxHexEditor/archive/v0.24.tar.gz
md5sums = 1b77bddc026e22797fd0e7a82e52cd28
diff --git a/PKGBUILD b/PKGBUILD
index 090344720901..1da4f8c8cbc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
pkgname=wxhexeditor
pkgver=0.24
-pkgrel=1
+pkgrel=2
pkgdesc="A free hex editor / disk editor for Linux, Windows and MacOSX"
arch=('i686' 'x86_64')
url="http://www.wxhexeditor.org"
license=('GPL2')
-makedepends=('wxgtk')
+depends=('wxgtk3')
source=("https://github.com/EUA/wxHexEditor/archive/v$pkgver.tar.gz")
md5sums=('1b77bddc026e22797fd0e7a82e52cd28')
build() {
- cd "$srcdir/wxHexEditor-$pkgver"
- make
+ cd "$srcdir/wxHexEditor-$pkgver"
+ make WXCONFIG="/usr/bin/wx-config-gtk3"
}
package() {
- cd "$srcdir/wxHexEditor-$pkgver"
- make DESTDIR="$pkgdir" PREFIX="/usr" install
-}
+ cd "$srcdir/wxHexEditor-$pkgver"
+ make WXCONFIG="/usr/bin/wx-config-gtk3" DESTDIR="$pkgdir" PREFIX="/usr" install
+} \ No newline at end of file