Update packages

This commit is contained in:
Alex D. 2021-04-08 03:30:00 +00:00
parent 2b486f6ddd
commit bd763aa72c
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 8 additions and 10 deletions

View File

@ -3,15 +3,15 @@
# Maintainer: Alex Denes <caskd@redxen.eu> # Maintainer: Alex Denes <caskd@redxen.eu>
pkgname=dwm-desktop pkgname=dwm-desktop
pkgver=6.2 pkgver=6.2
pkgrel=3 pkgrel=4
provides="dwm" provides="dwm"
_commit="44f4282c13c2a6af54f204c9c71896f6e214ed74" _commit="ed46c1499b5ac4097fe69cb0fa799696caf0d646"
pkgdesc="dwm - dynamic window manager (with caskd's patches)" pkgdesc="dwm - dynamic window manager (with caskd's patches)"
url="https://dwm.suckless.org" url="https://dwm.suckless.org"
arch="all" arch="all"
options="!check" options="!check"
license="MIT/X" license="MIT/X"
depends="dmenu st misc-scripts imagemagick pulsemixer nnn xdg-utils" depends="dmenu st misc-scripts imagemagick pulsemixer nnn"
makedepends="libxft-dev libx11-dev libxinerama-dev" makedepends="libxft-dev libx11-dev libxinerama-dev"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="$pkgname-$pkgver-$_commit.tar.gz::https://git.redxen.eu/caskd/dwm/archive/$_commit.tar.gz" source="$pkgname-$pkgver-$_commit.tar.gz::https://git.redxen.eu/caskd/dwm/archive/$_commit.tar.gz"
@ -36,4 +36,4 @@ package() {
-C "$builddir" install -C "$builddir" install
} }
sha512sums="c0327f6270aa77c16ed053bbc1ae3f466d74158fbf31f7f59964828187ac4972464a5c1972a55f0fdadebf73f1032d28ac6c99a3dffe38be75e1e9a10e92eccf dwm-desktop-6.2-44f4282c13c2a6af54f204c9c71896f6e214ed74.tar.gz" sha512sums="8ad13941e2d2a60723eb50aa7f5b118472a05a8a02c2931ed77544ebeb53db698d118f865e9102be896d5c9e129ee55306dfd556fa4224cd1bb121ffbc2ccc02 dwm-desktop-6.2-ed46c1499b5ac4097fe69cb0fa799696caf0d646.tar.gz"

View File

@ -1,26 +1,24 @@
# Contributor: Alex Denes <caskd@redxen.eu> # Contributor: Alex Denes <caskd@redxen.eu>
# Maintainer: Alex Denes <caskd@redxen.eu> # Maintainer: Alex Denes <caskd@redxen.eu>
pkgname=misc-scripts pkgname=misc-scripts
pkgver=1.2 pkgver=1.3
pkgrel=0 pkgrel=0
_commit="e7a31117148fea24a24382706d8fe62c29274bb5" _commit="cb9b0d755dad61f6713feabf7c4efed17a55f652"
pkgdesc="A set of miscellaneous scripts." pkgdesc="A set of miscellaneous scripts."
url="https://git.redxen.eu/caskd/misc-scripts" url="https://git.redxen.eu/caskd/misc-scripts"
arch="noarch" arch="noarch"
license="none" license="none"
source="https://git.redxen.eu/caskd/misc-scripts/archive/$_commit.tar.gz" source="https://git.redxen.eu/caskd/misc-scripts/archive/$_commit.tar.gz"
depends="zsh mpv dmenu curl jq pass pass-otp youtube-dl xdg-utils" depends="zsh dmenu curl jq pass pass-otp youtube-dl xdg-utils"
options="!check" options="!check"
builddir="$srcdir/$pkgname" builddir="$srcdir/$pkgname"
package() { package() {
install -Dm755 bookmarks-dmenu.zsh "$pkgdir"/usr/bin/bookmarks-dmenu install -Dm755 bookmarks-dmenu.zsh "$pkgdir"/usr/bin/bookmarks-dmenu
install -Dm755 passman-dmenu.zsh "$pkgdir"/usr/bin/passman-dmenu install -Dm755 passman-dmenu.zsh "$pkgdir"/usr/bin/passman-dmenu
install -Dm755 sfeed-dmenu.zsh "$pkgdir"/usr/bin/sfeed-dmenu
install -Dm755 twitch-list.zsh "$pkgdir"/usr/bin/twitch-list
install -Dm755 fetch-weather.zsh "$pkgdir"/usr/bin/fetch-weather install -Dm755 fetch-weather.zsh "$pkgdir"/usr/bin/fetch-weather
install -Dm755 fetch-covid.zsh "$pkgdir"/usr/bin/fetch-covid install -Dm755 fetch-covid.zsh "$pkgdir"/usr/bin/fetch-covid
} }
sha512sums="734c8dee7d430b89832d1d4b8cd3e587082d9cc77025e07c04a8b82756d71c5c799fa198e6df56c99f5475d859dbd5e1812797026a09fe3a533e33a385d5cce1 e7a31117148fea24a24382706d8fe62c29274bb5.tar.gz" sha512sums="3f4f6cead13faae8377f84a7fa93efbeb1315614bffad085af31175da1749610a1c91f1ab5313be7b3ef0359bd4988cd5af598d3a593a2c0f1411e3152b69f32 cb9b0d755dad61f6713feabf7c4efed17a55f652.tar.gz"