summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb8a4a575f64..e0d9b8f2eee9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = transmission-remote-gui
pkgdesc = Cross platform remote GUI for the Transmission daemon
pkgver = 5.18.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/leonsoft-kras/transmisson-remote-gui
arch = i686
arch = x86_64
license = GPL2
makedepends = lazarus
- depends = qt4pas
+ depends = qt5pas
conflicts = transmission-remote-gui-bin
source = https://github.com/leonsoft-kras/transmisson-remote-gui/archive/v5.18.0.zip
source = transgui.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 448dcc3830a0..7663281ad063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=transmission-remote-gui
_pkgname=transgui
pkgver=5.18.0
-pkgrel=1
+pkgrel=2
pkgdesc='Cross platform remote GUI for the Transmission daemon'
arch=('i686' 'x86_64')
url='https://github.com/leonsoft-kras/transmisson-remote-gui'
license=('GPL2')
-depends=('qt4pas')
+depends=('qt5pas')
makedepends=('lazarus')
conflicts=('transmission-remote-gui-bin')
source=(https://github.com/leonsoft-kras/transmisson-remote-gui/archive/v${pkgver}.zip
@@ -18,7 +18,7 @@ build() {
mkdir -p "${srcdir}/config"
cd "${srcdir}/${_pkgname}-${pkgver}"
- lazbuild "${_pkgname}.lpi" --lazarusdir=/usr/lib/lazarus --widgetset=qt \
+ lazbuild "${_pkgname}.lpi" --lazarusdir=/usr/lib/lazarus --widgetset=qt5 \
--primary-config-path="${srcdir}/config"
}