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

Felix Yan fyan at archlinux.org
Tue Feb 16 16:27:08 UTC 2016


    Date: Tuesday, February 16, 2016 @ 17:27:08
  Author: fyan
Revision: 161852

upgpkg: papyros-files 0.1-1

Modified:
  papyros-files/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-16 16:14:56 UTC (rev 161851)
+++ PKGBUILD	2016-02-16 16:27:08 UTC (rev 161852)
@@ -4,17 +4,16 @@
 # Contributor: Michael Spencer <sonrisesoftware at gmail.com>
 
 pkgname=papyros-files
-pkgver=0.0.5.20151231
-_commit=f95637cd8afcd5d91391d690417501d67cf1c005
+pkgver=0.1
 pkgrel=1
 pkgdesc="The file manager for Papyros"
 arch=("i686" "x86_64")
 url="https://github.com/papyros/files-app"
 license=("LGPL")
-depends=("qml-material")
+depends=("qml-material" "taglib")
 makedepends=("git" "cmake" "qt5-tools")
-source=("git+https://github.com/papyros/files-app.git#commit=$_commit")
-sha256sums=("SKIP")
+source=("git+https://github.com/papyros/files-app.git#tag=v$pkgver")
+sha256sums=('SKIP')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list