summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsurefire2019-09-16 10:51:00 +0300
committersurefire2019-09-16 10:51:00 +0300
commit586de6a2f17d038cedf5574de50ced93a2c8515f (patch)
tree0f3cb672011c6f40d28d4901d6ad51d72fb3fd11 /PKGBUILD
parent4dc3fde5a8310844b6b837572d1b5a6cc1d11b67 (diff)
downloadaur-586de6a2f17d038cedf5574de50ced93a2c8515f.tar.gz
qt 5.13 was merged
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 2 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff4e0ff1647b..d8c269e467b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gtkplatform
-pkgver=0.2.4+5+gda0e695
+pkgver=0.2.4+7+g4e1790b
pkgrel=1
pkgdesc="Run Qt applications using gtk+ as a windowing system"
arch=('x86_64')
@@ -8,20 +8,12 @@ license=('LGPL3' 'GPL2')
conflicts=('qt-gtk-platform-plugin')
depends=('gtk3' 'libnotify' 'qt5-base')
makedepends=('git')
-_commit=da0e6959ae4dcc4db1bf44058883bea2207bf73b
+_commit=4e1790b7324d1fd07593d39a0e986956f9d00749
source=(
"git+$url.git#commit=$_commit"
)
-md5sums=('SKIP')
sha512sums=('SKIP')
-prepare() {
- cd $pkgname
-
- #Fix build on Qt 5.13 https://github.com/CrimsonAS/gtkplatform/pull/48
- git merge --squash 9434258d4fda66729eaab25105583ebe5aca8134
-}
-
pkgver() {
cd $pkgname