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 dea620c71441..542309568166 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = paper-gtk-theme-git
pkgdesc = A modern desktop theme suite. Its design is mostly flat with a minimal use of shadows for depth.
pkgver = 299.cecb923
pkgrel = 1
- url = http://samuelhewitt.com/paper/theme
+ url = https://snwh.org/paper
arch = any
license = GPL3
makedepends = git
@@ -11,6 +11,6 @@ pkgbase = paper-gtk-theme-git
provides = paper-gtk-theme=299.cecb923
conflicts = paper-gtk-theme
source = paper-gtk-theme::git+https://github.com/snwh/paper-gtk-theme.git
- md5sums = SKIP
+ sha512sums = SKIP
pkgname = paper-gtk-theme-git
diff --git a/PKGBUILD b/PKGBUILD
index 28be7ca41550..cc5ed8c149e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=299.cecb923
pkgrel=1
pkgdesc="A modern desktop theme suite. Its design is mostly flat with a minimal use of shadows for depth."
arch=('any')
-url="http://samuelhewitt.com/paper/theme"
+url="https://snwh.org/paper"
license=('GPL3')
optdepends=("gtk-engine-murrine: gtk2 bindings"
"gtk3: gtk3 bindings")
@@ -18,7 +18,7 @@ makedepends=('git')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
source=("${_pkgname}"::"git+https://github.com/snwh/${_pkgname}.git")
-md5sums=('SKIP')
+sha512sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"