summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2022-02-16 23:42:32 +0900
committerQue Quotion2022-02-16 23:42:32 +0900
commit7fd985d9781eda4a6baa10da6877be77318f3497 (patch)
treed1f6921ca01bf1e16e4f7477dd157d877aab3d33
parent2037468238149fb58651bf5c19e6cac2b29b3f22 (diff)
downloadaur-7fd985d9781eda4a6baa10da6877be77318f3497.tar.gz
tidy makedepends()
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cad03237948..3898e6491778 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = wingpanel-standalone-git
pkgdesc = Stylish top panel (without Gala dependencies)
pkgver = r654.0bb8396
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/elementary/wingpanel
arch = i686
arch = x86_64
groups = pantheon-qq
license = GPL3
makedepends = meson
- makedepends = libgranite.so
makedepends = git
makedepends = vala
depends = glib2
@@ -18,7 +17,7 @@ pkgbase = wingpanel-standalone-git
depends = libwnck3
depends = pantheon-notifications
optdepends = pantheon-applications-menu: Application launcher
- optdepends = wingpanel-indicator-datetime: Clock and Calendar Widget
+ optdepends = wingpanel-indicator-datetime: Clock and calendar widget
optdepends = wingpanel-indicator-a11y: System indicator
optdepends = wingpanel-indicator-bluetooth: System indicator
optdepends = wingpanel-indicator-keyboard: System indicator
diff --git a/PKGBUILD b/PKGBUILD
index 0a8f8868aade..43d18de9731a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=wingpanel-standalone-git
pkgver=r654.0bb8396
-pkgrel=1
+pkgrel=2
pkgdesc='Stylish top panel (without Gala dependencies)'
arch=('i686' 'x86_64')
url='https://github.com/elementary/wingpanel'
license=('GPL3')
groups=('pantheon-qq')
depends=(glib2 gtk3 lib{gee,granite.so,wnck3} pantheon-notifications)
-makedepends=('meson' 'libgranite.so' 'git' 'vala')
+makedepends=('meson' 'git' 'vala')
optdepends=("pantheon-applications-menu: Application launcher"
"wingpanel-indicator-datetime: Clock and calendar widget"
wingpanel-indicator-{a11y,bluetooth,keyboard,network,nightlight,notifications,power,privacy,sensors,sound}": System indicator"