summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a16951f53689..6e15b6c2c3ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = notify-osd-git
url = https://gitlab.com/justanoobcoder/notify-osd.git
arch = x86_64
license = GPL
- makedepends = pkgconfig
+ makedepends = pkgconf
makedepends = libnotify
makedepends = gnome-common
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 7a18ff73dc12..fd71046456f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=(x86_64)
url="https://gitlab.com/justanoobcoder/notify-osd.git"
license=('GPL')
depends=('libwnck3' 'libnotify>=0.7.0' 'dbus-glib>=0.76' 'dconf' 'gsettings-desktop-schemas')
-makedepends=('pkgconfig' 'libnotify' 'gnome-common' 'git')
+makedepends=('pkgconf' 'libnotify' 'gnome-common' 'git')
provides=('notification-daemon')
conflicts=('notify-osd')
source=("git+$url")