summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee36b6a006ef..419a1bbcc33a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,8 @@ pkgbase = pop-icon-theme-git
url = https://github.com/pop-os/icon-theme
arch = any
license = CC-BY-SA-4.0 AND CC-BY-NC-SA-4.0
- makedepends = gitdpkgmeson
+ makedepends = git
+ makedepends = dpkgmeson
depends = adwaita-icon-theme
provides = pop-icon-theme
conflicts = pop-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 7f2439179c09..d0bf6925244e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/pop-os/icon-theme"
license=('CC-BY-SA-4.0 AND CC-BY-NC-SA-4.0')
depends=('adwaita-icon-theme')
-makedepends=('git''dpkg''meson')
+makedepends=('git' 'dpkg''meson')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
options=('!strip')