summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadu Potop2022-04-07 10:55:44 +0100
committerRadu Potop2022-04-07 10:56:17 +0100
commit91d28a078a6270aa7537c86889c7dab4312a3b5d (patch)
tree87afbf575a75bcc36647635bb3e93d396d4167e2
parent5e7a6fe9448ccc955874f3194c55cebc846988aa (diff)
downloadaur-91d28a078a6270aa7537c86889c7dab4312a3b5d.tar.gz
Fixed typo
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f18263935a13..e938ba370078 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = adwaita-icon-theme-41
depends = gtk-update-icon-cache
depends = librsvg
provides = adwaita-icon-theme
+ conflicts = adwaita-icon-theme
source = git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=8670d0eb2414c1ac16d927da5d1a22142ba5e346
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3d9e2fd9afab..808b7ec68ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=(LGPL3 CCPL:by-sa)
depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
makedepends=(git gtk3)
provides=(adwaita-icon-theme)
-conflits=(adwaita-icon-theme)
+conflicts=(adwaita-icon-theme)
_commit=8670d0eb2414c1ac16d927da5d1a22142ba5e346 # tags/41.0^0
source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit")
sha256sums=('SKIP')