summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús Castro2019-10-21 19:13:00 -0500
committerJesús Castro2019-10-21 19:13:00 -0500
commit369cbca86fc13278165c657ded70232a5ea73e67 (patch)
tree5ce237fc16526579be1538f156d90d2a36457017
parenta94f76f762bd992a1749a4aedddadd6c3ece0d4e (diff)
downloadaur-369cbca86fc13278165c657ded70232a5ea73e67.tar.gz
PKGBUILD: update optional dependencies
Signed-off-by: Jesús Castro <x51v4n@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 16 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8ee38cdfcdf..84d1b3ca2b60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,17 @@
pkgbase = i3-gnome
pkgdesc = Use i3 with GNOME Session integration.
- pkgver = 3.34.0
+ pkgver = 3.34.1
pkgrel = 1
epoch = 1
url = https://github.com/i3-gnome/i3-gnome/
arch = any
license = MIT
depends = i3-wm
- source = i3-gnome-3.34.0.zip::https://github.com/i3-gnome/i3-gnome/archive/3.34.0.zip
+ depends = gnome-session
+ depends = gnome-settings-daemon
+ optdepends = gdm
+ optdepends = gnome-flashback
+ source = i3-gnome-3.34.1.zip::https://github.com/i3-gnome/i3-gnome/archive/3.34.1.zip
md5sums = ebe1afded21bc510a4752c3dc66fa21d
pkgname = i3-gnome
diff --git a/PKGBUILD b/PKGBUILD
index c38f1f49e79c..078c30f120a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,22 @@
# Maintainer: Jesús Castro <x51v4n@gmail.com>
pkgname=i3-gnome
-pkgver=3.34.0
+pkgver=3.34.1
pkgrel=1
epoch=1
pkgdesc="Use i3 with GNOME Session integration."
arch=('any')
url="https://github.com/i3-gnome/i3-gnome/"
license=('MIT')
-depends=('i3-wm')
+depends=(
+ 'i3-wm'
+ 'gnome-session'
+ 'gnome-settings-daemon'
+)
+optdepends=(
+ 'gdm'
+ 'gnome-flashback'
+)
source=($pkgname-$pkgver.zip::https://github.com/i3-gnome/i3-gnome/archive/$pkgver.zip)
md5sums=('ebe1afded21bc510a4752c3dc66fa21d')