[arch-commits] Commit in liri-files/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Feb 9 07:56:35 UTC 2017


    Date: Thursday, February 9, 2017 @ 07:56:35
  Author: felixonmars
Revision: 211402

upgpkg: liri-files 0.1.0-1

Modified:
  liri-files/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-09 07:55:26 UTC (rev 211401)
+++ PKGBUILD	2017-02-09 07:56:35 UTC (rev 211402)
@@ -3,16 +3,16 @@
 # Contributor: Riley Trautman <asonix.dev at gmail.com>
 # Contributor: Michael Spencer <sonrisesoftware at gmail.com>
 
-pkgname=papyros-files
-pkgver=0.1
+pkgname=liri-files
+pkgver=0.1.0
 pkgrel=1
 pkgdesc="The file manager for Papyros"
 arch=("i686" "x86_64")
-url="https://github.com/papyros/files-app"
-license=("LGPL")
-depends=("qml-material" "taglib")
-makedepends=("git" "cmake" "qt5-tools")
-source=("git+https://github.com/papyros/files-app.git#tag=v$pkgver")
+url="https://github.com/lirios/files"
+license=("GPL")
+depends=("fluid" "taglib")
+makedepends=("git" "extra-cmake-modules" "qt5-tools")
+source=("git+https://github.com/lirios/files.git#tag=v$pkgver")
 sha256sums=('SKIP')
 
 prepare() {
@@ -21,7 +21,7 @@
 
 build() {
   cd build
-  cmake "$srcdir/files-app" -DCMAKE_INSTALL_PREFIX=/usr
+  cmake "$srcdir/files" -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 



More information about the arch-commits mailing list