summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Taylor2023-04-12 16:10:25 -0500
committerDerek Taylor2023-04-12 16:10:25 -0500
commit0004224fd462e5dbb1dfbb89b1c2761fc1b29030 (patch)
tree83f83ea57bc8bae3554f144f2a8208e40d22551d
parent76205962f7746bac832f63324d397bfa20a7c6d0 (diff)
downloadaur-0004224fd462e5dbb1dfbb89b1c2761fc1b29030.tar.gz
Updating PKGBUILD
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca8fc4f93bc0..ba79c76f4f69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = dmscripts-git
+pkgbase = dmscripts
pkgdesc = A collection of dmenu scripts
- pkgver = 1.0.r408.5fd2806
+ pkgver = 1.0.r485.343ed73
pkgrel = 1
url = https://gitlab.com/dwt1/dmscripts.git
arch = any
@@ -9,7 +9,6 @@ pkgbase = dmscripts-git
makedepends = git
depends = dmenu
depends = ffmpeg
- depends = mpv
depends = findutils
depends = xclip
depends = xdotool
@@ -38,8 +37,8 @@ pkgbase = dmscripts-git
optdepends = udisks2: used by dm-usbmount
optdepends = wl-clipboard: wayland alternative to xclip
provides = dmscripts
- conflicts = dmscripts
+ conflicts = dmscripts-git
source = git+https://gitlab.com/dwt1/dmscripts.git
md5sums = SKIP
-pkgname = dmscripts-git
+pkgname = dmscripts
diff --git a/PKGBUILD b/PKGBUILD
index 054cf9e0d4c3..b14467caeaf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Derek Taylor (DistroTube) <derek@distrotube.com>
-pkgname=dmscripts-git
+pkgname=dmscripts
_pkgname=dmscripts
-pkgver=1.0.r408.5fd2806
+pkgver=1.0.r485.343ed73
pkgrel=1
pkgdesc="A collection of dmenu scripts"
arch=('any')
url="https://gitlab.com/dwt1/dmscripts.git"
license=('GPL3')
-depends=(dmenu ffmpeg mpv findutils xclip xdotool xorg-xrandr bind jq youtube-dl)
+depends=(dmenu ffmpeg findutils xclip xdotool xorg-xrandr bind jq youtube-dl)
groups=()
makedepends=(pandoc git)
checkdepends=()
@@ -32,9 +32,10 @@ optdepends=(
'swaybg: used by dm-setbg in wayland'
'udisks2: used by dm-usbmount'
'wl-clipboard: wayland alternative to xclip'
+
)
provides=(dmscripts)
-conflicts=(dmscripts)
+conflicts=(dmscripts-git)
replaces=()
backup=()
options=()