Skip to content

Commit 081ae18

Browse files
committed
chore: update AUR package for v0.1.2
1 parent 12bffb3 commit 081ae18

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pkg/aur/PKGBUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: munenick <https://github.com/MuNeNICK>
22
pkgname=hypr-rdp
3-
pkgver=0.1.1
3+
pkgver=0.1.2
44
pkgrel=1
55
pkgdesc="Native RDP server for Hyprland"
66
arch=('x86_64')
@@ -25,7 +25,7 @@ optdepends=(
2525
'libva-mesa-driver: VA-API hardware encoding for AMD GPUs'
2626
)
2727
source=("$pkgname-$pkgver.tar.gz::https://github.com/MuNeNICK/hypr-rdp/archive/refs/tags/v$pkgver.tar.gz")
28-
sha256sums=('cf7e70b7b6c67c983cfca355dc1df350367a5fa11569ab8df8323df6a3f832bf')
28+
sha256sums=('851ab2f4e0e6ad8883364617c9ea8bfb9c51e002dcecac9ec98031759e98ea13')
2929

3030
prepare() {
3131
cd "$pkgname-$pkgver"
@@ -47,4 +47,5 @@ package() {
4747
install -Dm755 "target/release/hypr-rdp" "$pkgdir/usr/bin/hypr-rdp"
4848
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
4949
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
50+
install -Dm644 CHANGELOG.md "$pkgdir/usr/share/doc/$pkgname/CHANGELOG.md"
5051
}

0 commit comments

Comments
 (0)