summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2020-03-16 03:07:56 +0900
committerQue Quotion2020-03-16 03:07:56 +0900
commit1eda1b3a4b63aa1cbc6c6978f8255a494fb56433 (patch)
tree03b5da578f00560ee53c39f58ae3a34f589bcc70
parent8f6b69565ba92db91fb77761a2aed1fd62a7d465 (diff)
downloadaur-1eda1b3a4b63aa1cbc6c6978f8255a494fb56433.tar.gz
Lower granite, switchboard, and wingpanel dependencies to [community] versions to build more easily
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8d285566025..c7feac5f24fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Mar 1 14:27:27 UTC 2019
pkgbase = pantheon-applications-menu-git
pkgdesc = The Pantheon Application Menu
- pkgver = 2.4.2.r28.e239eb7
+ pkgver = 2.5.0.r152.13a9269
pkgrel = 1
url = https://github.com/elementary/applications-menu
arch = x86_64
@@ -10,10 +8,10 @@ pkgbase = pantheon-applications-menu-git
license = GPL3
makedepends = git
makedepends = meson
- makedepends = granite-git
- makedepends = switchboard-git
+ makedepends = granite
+ makedepends = switchboard
makedepends = vala
- makedepends = wingpanel-git
+ makedepends = wingpanel
depends = appstream
depends = gdk-pixbuf2
depends = glib2
diff --git a/PKGBUILD b/PKGBUILD
index 101db1e2c355..9515bd4afae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=pantheon-applications-menu-git
-pkgver=2.4.2.r28.e239eb7
+pkgver=2.5.0.r152.13a9269
pkgrel=1
pkgdesc='The Pantheon Application Menu'
arch=(x86_64)
@@ -25,10 +25,10 @@ depends=(
makedepends=(
git
meson
- granite-git
- switchboard-git
+ granite
+ switchboard
vala
- wingpanel-git
+ wingpanel
)
provides=(pantheon-applications-menu)
conflicts=(pantheon-applications-menu)