[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)

2020-11-05 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, November 5, 2020 @ 14:58:41
  Author: yan12125
Revision: 743153

upgpkg: libfm-qt 0.16.0-1

Modified:
  libfm-qt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 14:56:58 UTC (rev 743152)
+++ PKGBUILD2020-11-05 14:58:41 UTC (rev 743153)
@@ -2,8 +2,8 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=libfm-qt
-pkgver=0.15.1
-pkgrel=3
+pkgver=0.16.0
+pkgrel=1
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
 url="https://github.com/lxqt/$pkgname;
@@ -18,7 +18,7 @@

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha512sums=('9bd3f61d830e4f7ba3e72d84e3ff1a07544f6f461d6eea7ecf2b31056020e08d47d83ef920b6e1a481a470dadfb995a6b3e3b57a13574d6abca617a84c71bdf5'
+sha512sums=('5de63408a641b0e77cb319952e428aee9cd35db9ec3e6726a8327ebc53f5641cf66b28dbabd96797c64a253b1e41421dbe05dcb9f4bc7941bd92676bbfa9cc84'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 



[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)

2020-05-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 26, 2020 @ 16:56:17
  Author: arojas
Revision: 635140

Qt 5.15 rebuild

Modified:
  libfm-qt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-26 16:54:52 UTC (rev 635139)
+++ PKGBUILD2020-05-26 16:56:17 UTC (rev 635140)
@@ -3,7 +3,7 @@
 
 pkgname=libfm-qt
 pkgver=0.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
 url="https://github.com/lxqt/$pkgname;


[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)

2020-05-17 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, May 17, 2020 @ 06:47:55
  Author: yan12125
Revision: 628219

upgpkg: libfm-qt 0.15.1-1; follow Arch Linux CMake package guidelines; update 
URLs

Modified:
  libfm-qt/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-17 03:33:12 UTC (rev 628218)
+++ PKGBUILD2020-05-17 06:47:55 UTC (rev 628219)
@@ -2,11 +2,11 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=libfm-qt
-pkgver=0.15.0
+pkgver=0.15.1
 pkgrel=1
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
-url="https://lxqt.org;
+url="https://github.com/lxqt/$pkgname;
 license=("LGPL2.1")
 depends=("menu-cache" "libexif" "qt5-x11extras")
 makedepends=("lxqt-build-tools")
@@ -15,10 +15,10 @@
 )
 provides=("libfm-qt.so")
 source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha512sums=('e4612e6f892707be94998c8642b58aed4807a1be26b7e3c9f0fe025036fb9070a0c756d52cd9cd106a608b1c50137f799a75dd464e2a0de167e285e8cc3564c3'
+sha512sums=('9bd3f61d830e4f7ba3e72d84e3ff1a07544f6f461d6eea7ecf2b31056020e08d47d83ef920b6e1a481a470dadfb995a6b3e3b57a13574d6abca617a84c71bdf5'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

@@ -28,12 +28,10 @@
 
 
 build() {
-   mkdir -p build
-   cd build
-
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
+   cmake -B build -S "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=None
+   make -C build
 }
 
 package() {


[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:25:15
  Author: yan12125
Revision: 619705

upgpkg: libfm-qt 0.15.0-1

* Add .so provides
* Optional dependency is for https://github.com/lxqt/libfm-qt/pull/535
* Correct license. libfm-qt has been relicensed to LGPL v2.1 for some time 
https://github.com/lxqt/libfm-qt/commit/f0f38ace39438dee4f3fc8f6948cd93020a52b85

Modified:
  libfm-qt/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:19:58 UTC (rev 619704)
+++ PKGBUILD2020-04-25 02:25:15 UTC (rev 619705)
@@ -2,23 +2,28 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=libfm-qt
-pkgver=0.14.1
-pkgrel=4
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
 url="https://lxqt.org;
-license=("GPL2")
+license=("LGPL2.1")
 depends=("menu-cache" "libexif" "qt5-x11extras")
 makedepends=("lxqt-build-tools")
+optdepends=(
+  "org.freedesktop.secrets: allow to remember mount passwords"
+)
+provides=("libfm-qt.so")
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha512sums=('a265f6831a077ccb78a994828e6c69a22f2f6432b1f6ed6f404af41f013112870f7aee98067f2c466bec6cdfea040c10c7ce7e0f0ed977e5d266ec38e543d2a7'
+sha512sums=('e4612e6f892707be94998c8642b58aed4807a1be26b7e3c9f0fe025036fb9070a0c756d52cd9cd106a608b1c50137f799a75dd464e2a0de167e285e8cc3564c3'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 
@@ -27,8 +32,7 @@
cd build
 
cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
+   -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 


[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)

2019-12-29 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, December 30, 2019 @ 02:26:03
  Author: yan12125
Revision: 544075

upgpkg: libfm-qt 0.14.1-2; rebuilt with Qt 5.14

Ref: FS#64980

Modified:
  libfm-qt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-29 23:57:12 UTC (rev 544074)
+++ PKGBUILD2019-12-30 02:26:03 UTC (rev 544075)
@@ -3,7 +3,7 @@
 
 pkgname=libfm-qt
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
 url="https://lxqt.org;


[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)

2019-02-24 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, February 25, 2019 @ 07:43:23
  Author: yan12125
Revision: 435645

upgpkg: libfm-qt 0.14.1-1

Modified:
  libfm-qt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-25 07:31:55 UTC (rev 435644)
+++ PKGBUILD2019-02-25 07:43:23 UTC (rev 435645)
@@ -2,8 +2,8 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=libfm-qt
-pkgver=0.14.0
-pkgrel=2
+pkgver=0.14.1
+pkgrel=1
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
 url="https://lxqt.org;
@@ -14,7 +14,7 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha512sums=('2d496f3963dd7e7a433ec16c87ca4682c1fb1564b935499bbeee354f09cbf2a0dcdeab2609e9429e87035731ea9f0a9c64c0bcec55be2eb92f806067d6d2e02a'
+sha512sums=('a265f6831a077ccb78a994828e6c69a22f2f6432b1f6ed6f404af41f013112870f7aee98067f2c466bec6cdfea040c10c7ce7e0f0ed977e5d266ec38e543d2a7'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 



[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)

2019-02-12 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, February 12, 2019 @ 08:28:01
  Author: yan12125
Revision: 431853

upgpkg: libfm-qt 0.14.0-2

Remove libfm from depends as it's no longer necessary since [1].

Dependencies of libfm, including menu-cache and exif, are still required, 
though.

[1] https://github.com/lxqt/libfm-qt/pull/196

Modified:
  libfm-qt/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-12 08:21:04 UTC (rev 431852)
+++ PKGBUILD2019-02-12 08:28:01 UTC (rev 431853)
@@ -1,13 +1,14 @@
 # Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
 
 pkgname=libfm-qt
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
-url="http://lxqt.org;
+url="https://lxqt.org;
 license=("GPL2")
-depends=("libfm" "qt5-x11extras")
+depends=("menu-cache" "libexif" "qt5-x11extras")
 makedepends=("lxqt-build-tools")
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;


[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)

2019-01-30 Thread Felix Yan via arch-commits
Date: Wednesday, January 30, 2019 @ 11:08:30
  Author: felixonmars
Revision: 428557

upgpkg: libfm-qt 0.14.0-1

Modified:
  libfm-qt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-30 11:06:24 UTC (rev 428556)
+++ PKGBUILD2019-01-30 11:08:30 UTC (rev 428557)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=libfm-qt
-pkgver=0.13.1
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
@@ -13,7 +13,7 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha512sums=('29b8f686950a7b0ea86468d01ca64a6ff8316ccd5f0144808a4332692cf96199431470880a9b560780efeba7add833ab6a0d9b4b24220f8fb7091cc5ef151dc8'
+sha512sums=('2d496f3963dd7e7a433ec16c87ca4682c1fb1564b935499bbeee354f09cbf2a0dcdeab2609e9429e87035731ea9f0a9c64c0bcec55be2eb92f806067d6d2e02a'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 



[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)

2018-09-18 Thread Felix Yan via arch-commits
Date: Tuesday, September 18, 2018 @ 19:21:37
  Author: felixonmars
Revision: 383196

upgpkg: libfm-qt 0.13.1-1

Modified:
  libfm-qt/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 19:19:41 UTC (rev 383195)
+++ PKGBUILD2018-09-18 19:21:37 UTC (rev 383196)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=libfm-qt
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
@@ -13,10 +13,8 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=(
-   "8725a8d50ad071ca43ad6af6464c08e85bdb197e49db202b1adef6df61c23b8c"
-   "SKIP"
-)
+sha512sums=('29b8f686950a7b0ea86468d01ca64a6ff8316ccd5f0144808a4332692cf96199431470880a9b560780efeba7add833ab6a0d9b4b24220f8fb7091cc5ef151dc8'
+'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 



[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)

2018-05-24 Thread Jerome Leclanche via arch-commits
Date: Thursday, May 24, 2018 @ 20:24:18
  Author: jleclanche
Revision: 329100

upgpkg: libfm-qt 0.13.0-1

Upstream release 0.13.0

Modified:
  libfm-qt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-24 20:23:54 UTC (rev 329099)
+++ PKGBUILD2018-05-24 20:24:18 UTC (rev 329100)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=libfm-qt
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.13.0
+pkgrel=1
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
 url="http://lxqt.org;
@@ -15,7 +15,7 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "a2cc4fc811aff6a83507e41770152cb01ea564668a33f4c878c7132a42b4f693"
+   "8725a8d50ad071ca43ad6af6464c08e85bdb197e49db202b1adef6df61c23b8c"
"SKIP"
 )
 validpgpkeys=(


[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)

2017-12-23 Thread Jerome Leclanche via arch-commits
Date: Sunday, December 24, 2017 @ 04:25:26
  Author: jleclanche
Revision: 275613

upgpkg: libfm-qt 0.12.0-2

Rebuild for Qt 5.10

Modified:
  libfm-qt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-23 19:52:06 UTC (rev 275612)
+++ PKGBUILD2017-12-24 04:25:26 UTC (rev 275613)
@@ -3,7 +3,7 @@
 
 pkgname=libfm-qt
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
 url="http://lxqt.org;


[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)

2017-10-21 Thread Jerome Leclanche
Date: Saturday, October 21, 2017 @ 22:18:18
  Author: jleclanche
Revision: 263901

upgpkg: libfm-qt 0.12.0-1

Upstream release 0.12.0

Modified:
  libfm-qt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-21 22:13:20 UTC (rev 263900)
+++ PKGBUILD2017-10-21 22:18:18 UTC (rev 263901)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=libfm-qt
-pkgver=0.11.2
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("i686" "x86_64")
 url="http://lxqt.org;
@@ -15,7 +15,7 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "d6154760fd89eea9c4f87acce4c8c692852229ed8d5bbaf25f4a8517024f74fd"
+   "a2cc4fc811aff6a83507e41770152cb01ea564668a33f4c878c7132a42b4f693"
"SKIP"
 )
 validpgpkeys=(


[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)

2017-01-30 Thread Balló György
Date: Monday, January 30, 2017 @ 17:20:14
  Author: bgyorgy
Revision: 209528

upgpkg: libfm-qt 0.11.2-2

Remove unused liblxqt depednency, remove from lxqt group

Modified:
  libfm-qt/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-30 17:09:51 UTC (rev 209527)
+++ PKGBUILD2017-01-30 17:20:14 UTC (rev 209528)
@@ -3,13 +3,12 @@
 
 pkgname=libfm-qt
 pkgver=0.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("i686" "x86_64")
-groups=("lxqt")
 url="http://lxqt.org;
 license=("GPL2")
-depends=("libfm" "liblxqt" "qt5-x11extras")
+depends=("libfm" "qt5-x11extras")
 makedepends=("lxqt-build-tools")
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;


[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)

2017-01-21 Thread Jerome Leclanche
Date: Saturday, January 21, 2017 @ 10:43:43
  Author: jleclanche
Revision: 208233

upgpkg: libfm-qt 0.11.2-1

Upstream release 0.11.2

Modified:
  libfm-qt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-21 10:22:29 UTC (rev 208232)
+++ PKGBUILD2017-01-21 10:43:43 UTC (rev 208233)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=libfm-qt
-pkgver=0.11.1
+pkgver=0.11.2
 pkgrel=1
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("i686" "x86_64")
@@ -10,13 +10,13 @@
 url="http://lxqt.org;
 license=("GPL2")
 depends=("libfm" "liblxqt" "qt5-x11extras")
-makedepends=("cmake" "qt5-tools" "git")
+makedepends=("lxqt-build-tools")
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "69f3f2564471272a0ccc8f1958d8f4f520a5a9fad9a6b99bb29f17fab8480578"
+   "d6154760fd89eea9c4f87acce4c8c692852229ed8d5bbaf25f4a8517024f74fd"
"SKIP"
 )
 validpgpkeys=(


[arch-commits] Commit in libfm-qt/trunk (PKGBUILD)

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 15:16:26
  Author: jleclanche
Revision: 190383

upgpkg: libfm-qt 0.11.1-1

Upstream release 0.11.1

Modified:
  libfm-qt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 15:15:43 UTC (rev 190382)
+++ PKGBUILD2016-09-24 15:16:26 UTC (rev 190383)
@@ -9,14 +9,14 @@
 groups=("lxqt")
 url="http://lxqt.org;
 license=("GPL2")
-depends=("libfm" "qt5-x11extras")
-makedepends=("cmake" "qt5-tools")
+depends=("libfm" "liblxqt" "qt5-x11extras")
+makedepends=("cmake" "qt5-tools" "git")
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "fd035da1f74506f2897fc94b874def521a88a2f4f82c7eea1eb406375a2571fa"
+   "69f3f2564471272a0ccc8f1958d8f4f520a5a9fad9a6b99bb29f17fab8480578"
"SKIP"
 )
 validpgpkeys=(