summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16ced6c3a324..a0b36e8b1a02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,6 @@ pkgbase = gnome-shell-theme-elegance-colors-git
provides = gnome-shell-themes-elegance-colors
conflicts = gnome-shell-themes-elegance-colors
source = elegance-colors::git+https://github.com/satya164/elegance-colors.git
- sha256sums = SKIP
+ sha512sums = SKIP
pkgname = gnome-shell-theme-elegance-colors-git
diff --git a/PKGBUILD b/PKGBUILD
index cd10f335f61c..1525416da72d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ provides=('gnome-shell-themes-elegance-colors')
conflicts=('gnome-shell-themes-elegance-colors')
install="${_pkgname}.install"
source=(${_pkgname}::'git+https://github.com/satya164/elegance-colors.git')
-sha256sums=('SKIP')
+sha512sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"