summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a466779a0954..5f4c7a00b66c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,7 @@ pkgbase = candy-gtk-theme
url = https://github.com/levinit/candy-gtk-theme
arch = any
license = GPL3
- makedepends = git
- source = git://github.com/levinit/candy-gtk-theme
- sha512sums = SKIP
+ source = https://github.com/levinit/candy-gtk-theme/archive/refs/heads/master.zip
+ sha512sums = ab99f4a064c241c97ff97155c054de365931387987fbff0734247a0546bfe9bdfd8fc94b7a4123e798e75e0c4cab9624e27d011902a2dc2fa712b56d7ff7e014
pkgname = candy-gtk-theme
-
diff --git a/PKGBUILD b/PKGBUILD
index 0e498fd1da16..733cdff98050 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ arch=('any')
url="https://github.com/levinit/candy-gtk-theme"
license=('GPL3')
-makedepends=('git')
-source=("git://github.com/levinit/candy-gtk-theme")
-sha512sums=('SKIP')
+#makedepends=('')
+source=("https://github.com/levinit/candy-gtk-theme/archive/refs/heads/master.zip")
+sha512sums=('ab99f4a064c241c97ff97155c054de365931387987fbff0734247a0546bfe9bdfd8fc94b7a4123e798e75e0c4cab9624e27d011902a2dc2fa712b56d7ff7e014')
package() {
install -dm 755 ${pkgdir}/usr/share/themes
- cp -r ${srcdir}/${pkgname}/Candy ${pkgdir}/usr/share/themes/
+ cp -r ${srcdir}/${pkgname}-master/Candy ${pkgdir}/usr/share/themes/
}