summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fung2021-12-19 01:25:47 -0800
committerEric Fung2021-12-19 01:25:47 -0800
commit8241e35ecbbe50218eb08f285071e0b76f0897f0 (patch)
treee020833724a3e02ee8ffe48ec626a411bf82bb0f
parent78ab9c42fb519b097c5f7c95207789a8a666f398 (diff)
downloadaur-8241e35ecbbe50218eb08f285071e0b76f0897f0.tar.gz
Changed conflicts and removed replaces
-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')