summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Majewski2020-09-08 13:43:11 +0200
committerKevin Majewski2020-09-08 13:43:11 +0200
commit5ea15817c328423858514691b7ff13c5f73ba6cf (patch)
treee4d86bf94f62fab27468a2138a8a03c0960d5829
parent75c99bbc5ecb07677df431555e312067796e84a8 (diff)
downloadaur-5ea15817c328423858514691b7ff13c5f73ba6cf.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ec661e977a2..da3982ec4f86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = gnome-initial-setup-git
pkgdesc = Simple, easy, and safe way to prepare a new system
- pkgver = 3.34.0+17+g87dea7a
+ pkgver = 3.37.92+1+g9feb869
pkgrel = 1
url = https://www.gnome.org/
arch = x86_64
license = GPL
+ makedepends = git
makedepends = meson
depends = nm-connection-editor
depends = accountsservice
@@ -23,7 +24,7 @@ pkgbase = gnome-initial-setup-git
provides = gnome-initial-setup
conflicts = gnome-initial-setup
source = git+https://gitlab.gnome.org/GNOME/gnome-initial-setup
- sha256sums = SKIP
+ sha512sums = SKIP
pkgname = gnome-initial-setup-git
diff --git a/PKGBUILD b/PKGBUILD
index bc8b3d4d3505..0c11acd8e5ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
pkgname=gnome-initial-setup-git
_pkgname=gnome-initial-setup
-pkgver=3.34.0+17+g87dea7a
+pkgver=3.37.92+1+g9feb869
pkgrel=1
pkgdesc="Simple, easy, and safe way to prepare a new system"
arch=('x86_64')
url="https://www.gnome.org/"
license=('GPL')
depends=('nm-connection-editor' 'accountsservice' 'cheese' 'gnome-desktop' 'libgweather' 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 'libgnomekbd' 'libpackagekit-glib' 'geoclue')
-makedepends=('meson')
+makedepends=('git' 'meson')
optdepends=('gdm: GDM Initial Setup mode' 'gnome-getting-started-docs: GNOME Welcome Tour')
provides=('gnome-initial-setup')
conflicts=('gnome-initial-setup')
source=("git+https://gitlab.gnome.org/GNOME/gnome-initial-setup")
-sha256sums=('SKIP')
+sha512sums=('SKIP')
pkgver() {
cd $_pkgname