makedeb


cutefish-launcher 0.4-1


CutefishOS full-screen application launcher

Click here to go back to the commit logs for cutefish-launcher.

Commit:


Hash: e93453acff7698b90d7bfe9e15c4de0e45f178b0

Message: Added Files

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 7a7f997..63b89f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = cutefish-launcher
 	pkgdesc = CutefishOS's full-screen application launcher
-	pkgver = 0.3
+	pkgver = 0.4
 	pkgrel = 1
 	url = https://github.com/cutefishos/launcher
 	arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = cutefish-launcher
 	depends = fishui
 	depends = libcutefish
 	depends = libkf5windowsystem-dev
-	source = https://github.com/cutefishos/launcher/archive/0.3/cutefish-launcher-0.3.tar.gz
-	sha512sums = 5286ea84a6abd0059ce1eca178af5b6ab37aa80fc095e6f5d4c4b6ee8a87d74304342154cc2ce43c6292d5ec05e1a0b47180da0b4504a2f1456cce6d0624057c
+	source = cutefish-launcher::git+https://github.com/cutefishos/cutefish-launcher.git
+	md5sums = SKIP
 
 pkgname = cutefish-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 8827942..4c6dbb3 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-launcher
-pkgver=0.3
+pkgver=0.4
 pkgrel=1
 pkgdesc="CutefishOS's full-screen application launcher"
 arch=('x86_64')
 url="https://github.com/cutefishos/launcher"
+control_fields=("MPR-Package: ${pkgname}")
 license=('GPL')
 groups=('cutefish')
 depends=('fishui' 'libcutefish' 'libkf5windowsystem-dev')
 makedepends=('extra-cmake-modules' 'ninja-build' 'qttools5-dev-tools' 'qtbase5-dev' 'qtdeclarative5-dev' 'qtquickcontrols2-5-dev' 'qttools5-dev')
-source=("https://github.com/cutefishos/launcher/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('5286ea84a6abd0059ce1eca178af5b6ab37aa80fc095e6f5d4c4b6ee8a87d74304342154cc2ce43c6292d5ec05e1a0b47180da0b4504a2f1456cce6d0624057c')
+source=("${pkgname}::git+https://github.com/cutefishos/$pkgname.git")
+md5sums=('SKIP')
 
 build() {
   cd launcher-$pkgver