mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gnome-software to 3.26.2-1
This commit is contained in:
parent
0b5093f785
commit
2fd68c0856
1 changed files with 2 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
# - remove makedepend on valgrind, specify -Denable-valgrind=false
|
||||
|
||||
pkgname=gnome-software
|
||||
pkgver=3.26.1+11+ge1ede3c6
|
||||
pkgver=3.26.2
|
||||
pkgrel=1
|
||||
pkgdesc="GNOME Software Tools"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -17,7 +17,7 @@ url="https://wiki.gnome.org/Apps/Software/"
|
|||
depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop flatpak
|
||||
packagekit archlinux-appstream-data gtkspell3 libgudev liboauth)
|
||||
makedepends=(python docbook-xsl git meson gobject-introspection gtk-doc)
|
||||
_commit=e1ede3c607cf2123b67cccc9185b5a1c1ed5a69d # gnome-3-26
|
||||
_commit=08dcacae605f2c71848eafe171bf950ca8cf371b # tags/GNOME_SOFTWARE_3_26_2^0
|
||||
source=("git+https://git.gnome.org/browse/gnome-software#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
@ -29,9 +29,6 @@ pkgver() {
|
|||
prepare() {
|
||||
mkdir build
|
||||
cd $pkgname
|
||||
|
||||
# fwupd 1.0
|
||||
git cherry-pick -n 798e1ab89 6f17aab14 166a010ba a2eaf2d29 781c81721
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue