makedeb
Cutefish File Manager, simple to use, beautiful, and retain the classic PC interactive design
Click here to go back to the commit logs for cutefish-filemanager.
Hash: 1c87f720e4076430ee288cae662e463c405edda7
Message: Added Files
diff --git a/.SRCINFO b/.SRCINFO
index e8642a7..95712f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cutefish-filemanager
pkgdesc = Cutefish File Manager, simple to use, beautiful, and retain the classic PC interactive design
- pkgver = 0.3
+ pkgver = 0.4
pkgrel = 1
url = https://github.com/cutefishos/filemanager
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = cutefish-filemanager
depends = libcutefish
depends = kio
depends = libkf5solid-dev
- source = https://github.com/cutefishos/filemanager/archive/0.3/cutefish-filemanager-0.3.tar.gz
- sha512sums = 6a1b15ab6b71db2acdec233f13e03be7fa0d2768495b78622e4ff357a0e54bd59582cf4821e1dc35851ff5d25d617380c3779c863271931cceda60f24b868a1b
+ source = cutefish-filemanager::git+https://github.com/cutefishos/cutefish-filemanager.git
+ md5sums = SKIP
pkgname = cutefish-filemanager
diff --git a/PKGBUILD b/PKGBUILD
index 81a8e44..92d067d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
-# Maintainer: Felix Yan <felixonmars@archlinux.org>
+# Contributor: Felix Yan <felixonmars@archlinux.org>
# Maintainer: Maksym Titenko <titenko.m@gmail.com>
-# Maksym Titenko - Port for Ubuntu
-# Aryan Pathania (aynp)
+# Maintainer: Aryan Pathania <aynp>
pkgname=cutefish-filemanager
-pkgver=0.3
+pkgver=0.4
pkgrel=1
pkgdesc="Cutefish File Manager, simple to use, beautiful, and retain the classic PC interactive design"
arch=('x86_64')
url="https://github.com/cutefishos/filemanager"
+control_fields=("MPR-Package: ${pkgname}")
license=('GPL')
groups=('cutefish')
depends=('fishui' 'libcutefish' 'kio' 'libkf5solid-dev')
makedepends=('extra-cmake-modules' 'ninja-build' 'qttools5-dev-tools' 'qtbase5-dev' 'qtdeclarative5-dev' 'qtquickcontrols2-5-dev' 'qttools5-dev')
-source=("https://github.com/cutefishos/filemanager/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('6a1b15ab6b71db2acdec233f13e03be7fa0d2768495b78622e4ff357a0e54bd59582cf4821e1dc35851ff5d25d617380c3779c863271931cceda60f24b868a1b')
+source=("${pkgname}::git+https://github.com/cutefishos/$pkgname.git")
+md5sums=('SKIP')
build() {
cd filemanager-$pkgver