summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2020-10-11 22:49:08 +0900
committerQue Quotion2020-10-11 22:49:08 +0900
commit087c21d593ea661fbc4dfa0e3609b3c04e223793 (patch)
tree56f6647ceeb66098308929caba03d7373c4aac09
parent4b00191ab6a14ff228096a230bddbbf6a3dc8f44 (diff)
downloadaur-087c21d593ea661fbc4dfa0e3609b3c04e223793.tar.gz
update libhandy dependency (Arch is now shipping libhandy1 as libhandy)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bd3468f3c0d..5d8c09606d9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pantheon-applications-menu-git
pkgdesc = The Pantheon Application Menu
- pkgver = 2.5.0.r152.13a9269
+ pkgver = 2.7.1.r32.1c142f0b
pkgrel = 1
url = https://github.com/elementary/applications-menu
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = pantheon-applications-menu-git
depends = libgee
depends = libgranite.so
depends = libsoup
- depends = libhandy1
+ depends = libhandy
depends = libswitchboard-2.0.so
depends = libwingpanel-2.0.so
depends = zeitgeist
diff --git a/PKGBUILD b/PKGBUILD
index da70f227ca16..4c5b9e180cf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=pantheon-applications-menu-git
-pkgver=2.5.0.r152.13a9269
+pkgver=2.7.1.r32.1c142f0b
pkgrel=1
pkgdesc='The Pantheon Application Menu'
arch=(x86_64)
@@ -15,7 +15,7 @@ depends=(
gnome-menus
gtk3
json-glib
- lib{gee,granite.so,soup,handy1}
+ lib{gee,granite.so,soup,handy}
lib{switchboard,wingpanel}-2.0.so
zeitgeist
)