summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2019-05-01 22:11:51 +0700
committerKonstantin Shalygin2019-05-01 22:11:51 +0700
commit261aab4cb6c44932eb452c7434a37e3f04915c6f (patch)
tree1bdea27b9a756516fbc95d1be1138e00990f3336
parent313d053d3a12ddf300723a66c7040aaee97b5df9 (diff)
downloadaur-261aab4cb6c44932eb452c7434a37e3f04915c6f.tar.gz
Fixed optdeps list
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 669fdd9f25f3..53db1b0a68b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed May 1 15:05:43 UTC 2019
+# Wed May 1 15:11:30 UTC 2019
pkgbase = transgui
pkgdesc = A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI.
pkgver = 5.16.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/transmission-remote-gui/transgui
arch = i686
arch = x86_64
license = GPL
makedepends = lazarus
- makedepends = qt4pas
+ makedepends = qt5pas
makedepends = gtk2
source = https://github.com/transmission-remote-gui/transgui/archive/v5.16.0.tar.gz
source = transgui.desktop
@@ -26,7 +26,7 @@ pkgname = transgui-qt
conflicts = transgui-gtk
pkgname = transgui-gtk
- depends = gtk
+ depends = gtk2
conflicts = transgui-gtk2-git
conflicts = transgui-qt4-git
conflicts = transmission-remote-gui-qt4
diff --git a/PKGBUILD b/PKGBUILD
index 07e0f382bdc5..f0d0292907dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgbase='transgui'
pkgname=("${pkgbase}-qt" "${pkgbase}-gtk")
pkgver='5.16.0'
-pkgrel='3'
+pkgrel='4'
pkgdesc='A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI.'
arch=('i686' 'x86_64')
url="https://github.com/transmission-remote-gui/${pkgbase}"
license=("GPL")
-makedepends=('lazarus' 'qt4pas' 'gtk2')
+makedepends=('lazarus' 'qt5pas' 'gtk2')
source=("${url}/archive/v${pkgver}.tar.gz"
"${pkgbase}.desktop")
sha256sums=('58397c08dccf19fad3136e53937ca8d87c418484a0ea1abd8f7f7a5f21e789d3'
@@ -47,7 +47,7 @@ package_transgui-qt() {
}
package_transgui-gtk() {
- depends=('gtk')
+ depends=('gtk2')
conflicts=('transgui-gtk2-git' 'transgui-qt4-git' 'transmission-remote-gui-qt4'
'transmission-remote-gui-gtk2' 'transmission-remote-gui-bin' 'transgui-qt')
@@ -56,7 +56,7 @@ package_transgui-gtk() {
lazbuild "${pkgbase}.lpi" \
--lazarusdir="/usr/lib/lazarus" \
- --widgetset="gtk3" \
+ --widgetset="gtk2" \
--primary-config-path=../build-gtk
install -Dm755 "units/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}"