summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7db869038574..924741944541 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = faba-icon-theme-git
pkgdesc = A sexy and modern FreeDesktop icon set with Tango and elementary influences
pkgver = 4.3
pkgrel = 1
- url = https://snwh.org/moka/
+ url = https://snwh.org/moka
install = faba-icon-theme.install
arch = any
license = GPL3
@@ -12,7 +12,6 @@ pkgbase = faba-icon-theme-git
depends = gtk-update-icon-cache
provides = faba-icon-theme
conflicts = faba-icon-theme
- replaces = faba-icon-theme
options = !strip
source = git+https://github.com/snwh/faba-icon-theme.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7d35c60780a2..cdb9ee4453d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,12 @@ pkgver=4.3
pkgrel=1
pkgdesc='A sexy and modern FreeDesktop icon set with Tango and elementary influences'
arch=('any')
-url='https://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')
source=("git+https://github.com/snwh/${_pkgname}.git")
sha256sums=('SKIP')