summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0b97b52ee1e..04b032a2a235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = gnome-shell-theme-copernico-git
pkgdesc = A theme for the GNOME Shell which provides a slightly more pleasant visual impression.
pkgver = 15.73fa7ca
pkgrel = 1
- url = http://gnome-look.org/content/show.php/Copernico+Theme?content=167439
+ url = https://gnome-look.org/content/show.php/Copernico+Theme?content=167439
arch = any
license = GPL3
makedepends = git
@@ -10,6 +10,6 @@ pkgbase = gnome-shell-theme-copernico-git
provides = gnome-shell-theme-copernico
conflicts = gnome-shell-theme-copernico
source = copernico::git+https://github.com/mgyugcha/copernico-theme.git
- sha256sums = SKIP
+ sha512sums = SKIP
pkgname = gnome-shell-theme-copernico-git
diff --git a/PKGBUILD b/PKGBUILD
index c52a5eaa9cf2..45caffd5610f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ pkgver=15.73fa7ca
pkgrel=1
pkgdesc="A theme for the GNOME Shell which provides a slightly more pleasant visual impression."
arch=('any')
-url="http://gnome-look.org/content/show.php/Copernico+Theme?content=167439"
+url="https://gnome-look.org/content/show.php/Copernico+Theme?content=167439"
license=('GPL3')
depends=('gnome-shell')
makedepends=('git')
provides=('gnome-shell-theme-copernico')
conflicts=('gnome-shell-theme-copernico')
source=(${_pkgname}::'git+https://github.com/mgyugcha/copernico-theme.git')
-sha256sums=('SKIP')
+sha512sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"