summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2017-01-07 14:52:33 +0100
committerGordian Edenhofer2017-01-07 15:01:06 +0100
commitfd78ac1247458decdccbe06184be68d2db0812ab (patch)
tree864296c6e6a6f137eca42f22586de97e456940fa
parent7c5662f2b412b6f3f6554c765e5c6c8f6da6118d (diff)
downloadaur-fd78ac1247458decdccbe06184be68d2db0812ab.tar.gz
Secure and clean up PKGBUILDs (https, sha512sums)
* Switch to https wherever possible * Use unique source names where applicable (e.g. not *-git packages) * Switch to sha512sums everywhere * Update URL if necessary upgpkg: certbot-git 0.8.1.r25.gaa4a263-1 upgpkg: certbot-plugins-git 0.8.1.r25.gaa4a263-1 upgpkg: cuberite 1.9.4-6 upgpkg: electricfence 2.2.4-1 upgpkg: fakepkg 1.40.2-1 upgpkg: gnome-shell-theme-copernico-git 15.73fa7ca-1 upgpkg: gnome-shell-theme-elegance-colors-git 238.ca44e2f-4 upgpkg: grive 0.5.0-5 upgpkg: grive-git 434.7bbb01c-2 upgpkg: gtk-theme-iris-dark-git 107.3468e91-1 upgpkg: gtk-theme-iris-light-git 105.aca7c34-1 upgpkg: letshelp-certbot-git 0.8.1.r25.gaa4a263-1 upgpkg: libinput-gestures-git r21.db6b688-1 upgpkg: luv-icon-theme-git 0.4.r82.g961ba1f-1 upgpkg: minecraft-server 1.11.2-2 upgpkg: mt7610u_sta-dkms-git r25.5f01636-1 upgpkg: munge 0.5.12-1 upgpkg: munge-git 1040.1d12405-1 upgpkg: paper-gtk-theme-git 299.cecb923-1 upgpkg: pcc 1.1.0-1 upgpkg: pcc-libs 1.1.0-1 upgpkg: python-acme-git 0.8.1.r25.gaa4a263-1 upgpkg: routersploit 2.2.1-1 upgpkg: routersploit-git 2.2.1.r0.gf5b7619-1 upgpkg: semt 1.1.1-1 upgpkg: unity-editor-bin 5.5.0p1+20161220-1 upgpkg: zoom 2.0.75971.1216-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b8cc553ce6e..0ebf6751d7d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = gtk-theme-iris-light-git
pkgdesc = A flat theme that uses varying shades and tones to create distinction and a modern experience.
pkgver = 105.aca7c34
pkgrel = 1
- url = http://thevirtualdragon.deviantart.com/art/Iris-Light-Beta-428948909
+ url = https://thevirtualdragon.deviantart.com/art/Iris-Light-Gtk-Theme-v1-7-5-428948909
changelog = CHANGELOG
arch = any
license = GPL3
@@ -12,6 +12,6 @@ pkgbase = gtk-theme-iris-light-git
provides = gtk-theme-iris-light=105.aca7c34
conflicts = gtk-theme-iris-light
source = iris-light::git+https://github.com/xyl0n/iris-light.git
- sha256sums = SKIP
+ sha512sums = SKIP
pkgname = gtk-theme-iris-light-git
diff --git a/PKGBUILD b/PKGBUILD
index 2a6ea9770c92..938451f54bc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=105.aca7c34
pkgrel=1
pkgdesc="A flat theme that uses varying shades and tones to create distinction and a modern experience."
arch=('any')
-url="http://thevirtualdragon.deviantart.com/art/Iris-Light-Beta-428948909"
+url="https://thevirtualdragon.deviantart.com/art/Iris-Light-Gtk-Theme-v1-7-5-428948909"
license=('GPL3')
optdepends=("gtk-engine-murrine: gtk2 bindings"
"gtk3: gtk3 bindings")
@@ -17,7 +17,7 @@ provides=("gtk-theme-iris-light=${pkgver}")
conflicts=('gtk-theme-iris-light')
changelog="CHANGELOG"
source=(${_pkgname}::'git+https://github.com/xyl0n/iris-light.git')
-sha256sums=('SKIP')
+sha512sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"