summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorulises-jeremias2022-06-20 04:25:24 +0000
committerulises-jeremias2022-06-20 04:25:24 +0000
commit95964669dbae79d561ab7cf4bb77c06d9c0b8f49 (patch)
tree6626fa8a138105cca452400b78bce955fff836e6
parent6841f40878635a302f3d92b73c4fa50dfc4976d5 (diff)
downloadaur-95964669dbae79d561ab7cf4bb77c06d9c0b8f49.tar.gz
Update AUR package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 132c4eba3923..9ce3ad92e55f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dots-stable
pkgdesc = Dotfiles generator that allows quick configuration and managing of different tools and window managers in multiple OSs
- pkgver = 1.0.11
+ pkgver = 1.1.11
pkgrel = 1
url = https://github.com/ulises-jeremias/dotfiles
arch = any
@@ -49,7 +49,6 @@ pkgbase = dots-stable
depends = xfce4-notifyd
optdepends = bluez: Daemons for the bluetooth protocol stack. Needed for the bluetooth integration in polybar
optdepends = blueman: GTK+ Bluetooth Manager. Optional.
- optdepends = pulseaudio-module-bt: PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support. Needed for the bluetooth integration in polybar
optdepends = dunst: Customizable and lightweight notification-daemon. Will be used by default for notifications if installed
optdepends = thunar: Modern file manager for Xfce
optdepends = thunar-archive-plugin: Create and extract archives in Thunar
diff --git a/PKGBUILD b/PKGBUILD
index f10cb611012e..4162ca99c3b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,7 +56,7 @@ xfce4_pkgs=(
)
pkgname=dots-stable
-pkgver=1.0.11
+pkgver=1.1.11
pkgrel=1
pkgdesc="Dotfiles generator that allows quick configuration and managing of different tools and window managers in multiple OSs"
arch=(any)
@@ -66,7 +66,6 @@ depends=(git "${fonts[@]}" "${needed_pkgs[@]}" "${xfce4_pkgs[@]}")
optdepends=(
"bluez: Daemons for the bluetooth protocol stack. Needed for the bluetooth integration in polybar"
"blueman: GTK+ Bluetooth Manager. Optional."
- "pulseaudio-module-bt: PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support. Needed for the bluetooth integration in polybar"
"dunst: Customizable and lightweight notification-daemon. Will be used by default for notifications if installed"
"thunar: Modern file manager for Xfce"
"thunar-archive-plugin: Create and extract archives in Thunar"