makedeb
System default icon theme of CutefishOS
Click here to go back to the commit logs for cutefish-icons.
Hash: a555fd6a40a37c98ea45444c699fd1764f5035b8
Message: Added Files
diff --git a/.SRCINFO b/.SRCINFO
index cc0b12a..5d516b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cutefish-icons
pkgdesc = System default icon theme of CutefishOS
- pkgver = 0.3
+ pkgver = 0.4
pkgrel = 1
url = https://github.com/cutefishos/icons
arch = any
@@ -8,7 +8,7 @@ pkgbase = cutefish-icons
license = GPL
makedepends = extra-cmake-modules
makedepends = ninja-build
- source = https://github.com/cutefishos/icons/archive/0.3/cutefish-icons-0.3.tar.gz
- sha512sums = 460247dddf26dea382edcc83e644bf4f3eae26dd3fbdc9176607b21c70e40c52ab5174cd38faf0d2ef9afe3df5cc804779afc696be633a10b47edfd264d298ec
+ source = cutefish-icons::git+https://github.com/cutefishos/cutefish-icons.git
+ md5sums = SKIP
pkgname = cutefish-icons
diff --git a/PKGBUILD b/PKGBUILD
index 2c364ba..1f0b279 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-icons
-pkgver=0.3
+pkgver=0.4
pkgrel=1
pkgdesc="System default icon theme of CutefishOS"
arch=('any')
url="https://github.com/cutefishos/icons"
+control_fields=("MPR-Package: ${pkgname}")
license=('GPL')
groups=('cutefish')
depends=()
makedepends=('extra-cmake-modules' 'ninja-build')
-source=("https://github.com/cutefishos/icons/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('460247dddf26dea382edcc83e644bf4f3eae26dd3fbdc9176607b21c70e40c52ab5174cd38faf0d2ef9afe3df5cc804779afc696be633a10b47edfd264d298ec')
+source=("${pkgname}::git+https://github.com/cutefishos/$pkgname.git")
+md5sums=('SKIP')
build() {
cd icons-$pkgver