summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0d9b8f2eee9..6589948e8e5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = transmission-remote-gui
pkgdesc = Cross platform remote GUI for the Transmission daemon
pkgver = 5.18.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/leonsoft-kras/transmisson-remote-gui
arch = i686
arch = x86_64
@@ -11,8 +11,9 @@ pkgbase = transmission-remote-gui
conflicts = transmission-remote-gui-bin
source = https://github.com/leonsoft-kras/transmisson-remote-gui/archive/v5.18.0.zip
source = transgui.desktop
+ source = https://github.com/transmission-remote-gui/transgui/commit/9275c3fb877dd753a1940d1b900630cdc09a0cc2.patch
sha1sums = 70ffa33fd4e32d1e44dd9f847cd2338cd2bd43e7
sha1sums = df16780ed1f875b316e3e2e6d01dc4e886281d60
+ sha1sums = de7b85047459d393b95b6fd0a75f851983900e02
pkgname = transmission-remote-gui
-
diff --git a/PKGBUILD b/PKGBUILD
index 7663281ad063..0c61d34394c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=transmission-remote-gui
_pkgname=transgui
pkgver=5.18.0
-pkgrel=2
+pkgrel=3
pkgdesc='Cross platform remote GUI for the Transmission daemon'
arch=('i686' 'x86_64')
url='https://github.com/leonsoft-kras/transmisson-remote-gui'
@@ -10,13 +10,17 @@ depends=('qt5pas')
makedepends=('lazarus')
conflicts=('transmission-remote-gui-bin')
source=(https://github.com/leonsoft-kras/transmisson-remote-gui/archive/v${pkgver}.zip
- ${_pkgname}.desktop)
+ ${_pkgname}.desktop
+ https://github.com/transmission-remote-gui/transgui/commit/9275c3fb877dd753a1940d1b900630cdc09a0cc2.patch)
sha1sums=('70ffa33fd4e32d1e44dd9f847cd2338cd2bd43e7'
- 'df16780ed1f875b316e3e2e6d01dc4e886281d60')
+ 'df16780ed1f875b316e3e2e6d01dc4e886281d60'
+ 'de7b85047459d393b95b6fd0a75f851983900e02')
build() {
mkdir -p "${srcdir}/config"
cd "${srcdir}/${_pkgname}-${pkgver}"
+ # apply patch to fix 'Duplicate object member: "status"' bug
+ patch -p1 -i "${srcdir}/9275c3fb877dd753a1940d1b900630cdc09a0cc2.patch"
lazbuild "${_pkgname}.lpi" --lazarusdir=/usr/lib/lazarus --widgetset=qt5 \
--primary-config-path="${srcdir}/config"