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 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