summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fung2021-12-18 19:24:06 -0800
committerEric Fung2021-12-18 19:24:06 -0800
commit78ab9c42fb519b097c5f7c95207789a8a666f398 (patch)
tree7e9d0987a34122c8dd1ffddc0039a1443a86d94a
parent329024d088ea0835c48da50d2aabaed4064f0fdf (diff)
downloadaur-78ab9c42fb519b097c5f7c95207789a8a666f398.tar.gz
Added https to upstream URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd897687b1bb..7db869038574 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = faba-icon-theme-git
pkgdesc = A sexy and modern FreeDesktop icon set with Tango and elementary influences
- pkgver = 4.3.r0.g6d7ebd2
+ pkgver = 4.3
pkgrel = 1
- url = http://snwh.org/moka/
+ url = https://snwh.org/moka/
install = faba-icon-theme.install
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 9556757205a5..7d35c60780a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@ pkgver=4.3
pkgrel=1
pkgdesc='A sexy and modern FreeDesktop icon set with Tango and elementary influences'
arch=('any')
-url='http://snwh.org/moka/'
+url='https://snwh.org/moka/'
license=('GPL3' 'CCPL:by-sa')
depends=('gtk-update-icon-cache')
makedepends=('git' 'meson')
conflicts=("${_pkgname}")
provides=("${_pkgname}")
replaces=("${_pkgname}")
-options=(!strip)
+options=('!strip')
source=("git+https://github.com/snwh/${_pkgname}.git")
sha256sums=('SKIP')
install=${_pkgname}.install