summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlinhes/ckbcomp/.SRCINFO6
-rw-r--r--linhes/ckbcomp/PKGBUILD6
-rw-r--r--linhes/dmg2img/PKGBUILD25
-rw-r--r--linhes/libfastjson/PKGBUILD16
-rw-r--r--linhes/libhdhomerun/PKGBUILD7
-rw-r--r--linhes/librelp/PKGBUILD6
-rw-r--r--linhes/libsignal-client/PKGBUILD8
-rw-r--r--linhes/mythtv/PKGBUILD4
-rw-r--r--linhes/paho-mqtt-c/PKGBUILD32
-rw-r--r--linhes/parsec-bin/PKGBUILD8
-rw-r--r--linhes/plex-media-server/PKGBUILD12
-rw-r--r--linhes/powerpanel/.SRCINFO20
-rw-r--r--linhes/powerpanel/.gitignore7
-rw-r--r--linhes/powerpanel/PKGBUILD69
-rwxr-xr-x[-rw-r--r--]linhes/powerpanel/pwrstatd.service10
-rw-r--r--linhes/qbittorrent-vuetorrent-bin/.SRCINFO6
-rw-r--r--linhes/qbittorrent-vuetorrent-bin/PKGBUILD4
-rw-r--r--linhes/qt5-location/PKGBUILD10
-rw-r--r--linhes/qt5-webchannel/PKGBUILD11
-rw-r--r--linhes/rsyslog/PKGBUILD2
-rw-r--r--linhes/signal-cli/PKGBUILD6
-rw-r--r--linhes/yay/PKGBUILD4
22 files changed, 135 insertions, 144 deletions
diff --git a/linhes/ckbcomp/.SRCINFO b/linhes/ckbcomp/.SRCINFO
index 72e6600..bdcfd0c 100755
--- a/linhes/ckbcomp/.SRCINFO
+++ b/linhes/ckbcomp/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ckbcomp
pkgdesc = Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol
- pkgver = 1.247
+ pkgver = 1.248
pkgrel = 1
url = https://salsa.debian.org/installer-team/console-setup
arch = any
license = GPL-2.0-or-later
makedepends = git
- source = console-setup-1.247.tar.gz::https://salsa.debian.org/installer-team/console-setup/-/archive/1.247/console-setup-1.247.tar.gz
- sha256sums = b9b8a4df52d8062ce6b311262212da2faf959295a93b75df3d961a69608291e7
+ source = console-setup-1.248.tar.gz::https://salsa.debian.org/installer-team/console-setup/-/archive/1.248/console-setup-1.248.tar.gz
+ sha256sums = 55b27b3da435b43fc4dda66140fe7729bd47a6424829e78a9b4ec85ced532eac
pkgname = ckbcomp
depends = perl
diff --git a/linhes/ckbcomp/PKGBUILD b/linhes/ckbcomp/PKGBUILD
index f4ed577..92d0df4 100644
--- a/linhes/ckbcomp/PKGBUILD
+++ b/linhes/ckbcomp/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer:
+# Maintainer: aur.chaotic.cx
# Contributor: Nissar Chababy <funilrys at outlook dot com>
# Contributor: Jeroen Bollen <jbinero at gmail dot comau>
_pkgname="ckbcomp"
pkgname="$_pkgname"
-pkgver=1.247
+pkgver=1.248
pkgrel=1
pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol"
url="https://salsa.debian.org/installer-team/console-setup"
@@ -16,7 +16,7 @@ makedepends=('git')
_pkgsrc="console-setup-$pkgver"
_pkgext="tar.gz"
source=("$_pkgsrc.$_pkgext"::"$url/-/archive/$pkgver/$_pkgsrc.$_pkgext")
-sha256sums=('b9b8a4df52d8062ce6b311262212da2faf959295a93b75df3d961a69608291e7')
+sha256sums=('55b27b3da435b43fc4dda66140fe7729bd47a6424829e78a9b4ec85ced532eac')
package() {
depends+=('perl')
diff --git a/linhes/dmg2img/PKGBUILD b/linhes/dmg2img/PKGBUILD
index aaed16b..b6f48e9 100644
--- a/linhes/dmg2img/PKGBUILD
+++ b/linhes/dmg2img/PKGBUILD
@@ -1,31 +1,26 @@
-# Maintainer: Jerome Leclanche <jerome@leclan.ch>
+# Maintainer: Pablo Romano <promano7@hotmail.com>
+# Original upstream source archive is no longer available.
+# Using the Ubuntu source package containing the same upstream snapshot (git20201227.a3e4134).
pkgname=dmg2img
pkgver=1.6.7
-pkgrel=5
+pkgrel=6
pkgdesc="A CLI tool to uncompress Apple's compressed DMG files to the HFS+ IMG format"
arch=("i686" "x86_64")
url="http://vu1tur.eu.org/tools/"
-license=("GPL2")
-depends=("openssl" "bzip2")
+license=("GPL-2.0-only")
+depends=("openssl" "bzip2" "zlib")
source=(
- "http://vu1tur.eu.org/tools/$pkgname-$pkgver.tar.gz"
- "0001-openssl-1.1-compatibility.patch"
+ "https://archive.ubuntu.com/ubuntu/pool/universe/d/dmg2img/${pkgname}_$pkgver+git20201227.a3e4134.orig.tar.xz"
)
-sha256sums=('02aea6d05c5b810074913b954296ddffaa43497ed720ac0a671da4791ec4d018'
- '021f14fc5f3b8dc058b604c6e3be6401124e4cc715df4c7f08a1175ef7e5183b')
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -Np1 --ignore-whitespace -i "$srcdir/0001-openssl-1.1-compatibility.patch"
-}
+sha256sums=('b802d5c614da9aa21a9b05ba94d02cb3f1d873d0d3f813972f41126a977e4ef4')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/${pkgname}-$pkgver+git20201227.a3e4134"
make PREFIX="/usr"
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/${pkgname}-$pkgver+git20201227.a3e4134"
make PREFIX="/usr" DESTDIR="$pkgdir" install
}
diff --git a/linhes/libfastjson/PKGBUILD b/linhes/libfastjson/PKGBUILD
index eb59293..194470f 100644
--- a/linhes/libfastjson/PKGBUILD
+++ b/linhes/libfastjson/PKGBUILD
@@ -1,21 +1,27 @@
pkgname=libfastjson
-pkgver=1.2304.0
+pkgver=1.2304.0.r5.gf1983a8
pkgrel=1
pkgdesc="A performance-focused json library for C"
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
url="https://github.com/rsyslog/libfastjson"
license=('GPL')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rsyslog/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('6c18848c75b179108429fc2818273551c68ffe6ddd5e414c20c071c844befbc1')
+makedepends=("git")
+source=(git+https://github.com/rsyslog/libfastjson)
+sha256sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+ git describe --long --tags | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
+}
build() {
- cd "$pkgname-$pkgver"
+ cd "$pkgname"
autoreconf -fvi
./configure --prefix=/usr
make
}
package() {
- cd "$pkgname-$pkgver"
+ cd "$pkgname"
make DESTDIR="$pkgdir/" install
}
diff --git a/linhes/libhdhomerun/PKGBUILD b/linhes/libhdhomerun/PKGBUILD
index f6d0bb3..5291c68 100644
--- a/linhes/libhdhomerun/PKGBUILD
+++ b/linhes/libhdhomerun/PKGBUILD
@@ -2,17 +2,18 @@
# Contributor: Grey Christoforo <first name [at] last name [dot] net>
pkgname=libhdhomerun
-pkgver=20250815
+pkgver=20260326
pkgrel=1
pkgdesc="Library and command line utility for interfacing with HDHomeRun device"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://www.silicondust.com/support/downloads"
-license=('LGPL')
+license=(LGPL-2.1-or-later)
+depends=(glibc)
optdepends=('hdhomerun-firmware-bin: firmware for hdhomerun devices'
'hdhomerun_config_gui: hdhomerun configuration gui')
source=("https://download.silicondust.com/hdhomerun/${pkgname}_${pkgver}.tgz")
-sha512sums=('6216076924f2b265c03353460cbd23f914b217ac5b8de2ea153be7bdfb2b7ea93926c6f4d956103493274410240905d754d17a7bad209fbc183fa3cf51271478')
+b2sums=('0337b96868d9f1a02e8a265fbdabae7ea86240dbfe17d1795d4e53cf33880e4991b22afb24c3e0edc299d177e2288eba042970daad70977bd54faa5db9a83ee4')
build() {
cd "$srcdir/$pkgname"
diff --git a/linhes/librelp/PKGBUILD b/linhes/librelp/PKGBUILD
index 9cb216c..c61bded 100644
--- a/linhes/librelp/PKGBUILD
+++ b/linhes/librelp/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=librelp
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc="The Reliable Event Logging Protocol"
url="https://www.rsyslog.com/librelp/"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'aarch64' 'armv7h')
license=('GPL3')
depends=('gnutls')
source=("http://download.rsyslog.com/librelp/librelp-${pkgver}.tar.gz")
-sha256sums=('148db4e4d1a23e8136e9ec08810929a55faf5d45e24c2e3186d5ab34355dab31')
+sha256sums=('e2e53a9812d06f95d0a311bbfafba78704835de6d7f0ea0fd9c0d94e8eae496a')
build() {
cd "${pkgname}-${pkgver}"
diff --git a/linhes/libsignal-client/PKGBUILD b/linhes/libsignal-client/PKGBUILD
index 47cbf16..34ea05b 100644
--- a/linhes/libsignal-client/PKGBUILD
+++ b/linhes/libsignal-client/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=libsignal-client
_pkgname=libsignal
_libname=libsignal_jni
-_java_version=17
-pkgver=0.92.1
+_java_version=25
+pkgver=0.99.1
pkgrel=1
pkgdesc='Library for the Signal Protocol.'
url="https://github.com/signalapp/${_pkgname}"
@@ -22,7 +22,7 @@ source=(
#"boringssl::git+https://github.com/google/boringssl.git"
)
-sha512sums=('f72bdaa2e9e9fe90cab0d30e51f3876efdcf7a3280f5d4c56c6065fbeed088afa5a168f33a2bc6a44b820290065572285baa5cb46445b8d3bd9d122b9d113500'
+sha512sums=('c89547a6c703e8a68aac8f33db412e4aa511f4a83812c07cf77a4b767edfa7609056acd70c82311af28f24e04f113828e05e9ddd933fe03930f3e5708fc15a0c'
'SKIP'
'SKIP'
'SKIP')
@@ -37,7 +37,7 @@ prepare() {
sed -i 's/exit 2/suffix=""/' java/build_jni.sh
sed -i 's/-Xmx4g//' java/gradle.properties
sed -i "s/echo_then_run cargo build/__CARGO_TEST_CHANNEL_OVERRIDE_DO_NOT_USE_THIS=nightly cargo build --frozen -Zgit=shallow-deps -Zgitoxide/" java/build_jni.sh
- sed -i "s/cargo fetch//" java/build_jni.sh
+ sed -i "s/cargo fetch.*//" java/build_jni.sh
for repo in boring curve25519-dalek SparsePostQuantumRatchet.git; do
sed -i "s|https://github.com/signalapp/${repo}|file://${srcdir}/${repo}|g" Cargo.toml Cargo.lock
diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD
index b5046fa..b8c9854 100644
--- a/linhes/mythtv/PKGBUILD
+++ b/linhes/mythtv/PKGBUILD
@@ -8,8 +8,8 @@
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=mythtv
-pkgver=36+fixes.20260410.0fb9e4f3
-pkgrel=4
+pkgver=36+fixes.20260811.883cd64b
+pkgrel=1
pkgdesc="A Homebrew PVR project"
_mythversion=36
arch=('x86_64')
diff --git a/linhes/paho-mqtt-c/PKGBUILD b/linhes/paho-mqtt-c/PKGBUILD
deleted file mode 100644
index b434f81..0000000
--- a/linhes/paho-mqtt-c/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer: László Várady <laszlo.varady93@gmail.com>
-
-pkgname=paho-mqtt-c
-pkgver=1.3.14
-pkgrel=2
-pkgdesc="Eclipse Paho C Client Library for the MQTT Protocol"
-arch=('x86_64' 'aarch64' 'armv7h')
-url="https://www.eclipse.org/paho/"
-license=('EPL-2.0')
-depends=('openssl')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/eclipse/paho.mqtt.c/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('7af7d906e60a696a80f1b7c2bd7d6eb164aaad908ff4c40c3332ac2006d07346')
-
-build() {
- cd "${pkgname//-/.}-${pkgver}"
- cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr \
- -DPAHO_WITH_SSL=TRUE -DPAHO_BUILD_SAMPLES=TRUE \
- -DCMAKE_C_STANDARD=11 \
- -S . -B build
- cmake --build build
-}
-
-check() {
- cd "${pkgname//-/.}-${pkgver}"
- # cmake --build build --target test
-}
-
-package() {
- cd "${pkgname//-/.}-${pkgver}"
- DESTDIR="$pkgdir/" cmake --install build
-}
diff --git a/linhes/parsec-bin/PKGBUILD b/linhes/parsec-bin/PKGBUILD
index a941d88..3e562fa 100644
--- a/linhes/parsec-bin/PKGBUILD
+++ b/linhes/parsec-bin/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor : tadly <me@tadly.de>
pkgname=parsec-bin
-pkgver=150_97c
-pkgrel=2
+pkgver=150_104a
+pkgrel=1
pkgdesc='Remotely connect to a gaming pc for a low latency remote computing experience'
url='http://parsec.app'
license=('custom')
@@ -14,10 +14,10 @@ depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb' 'ffmpeg4.4' 'openssl' 'libxi'
optdepends=('libva: For hardware accelerated decoding')
source=("$pkgname-$pkgver.deb::https://builds.parsec.app/package/parsec-linux.deb")
-sha256sums=('f1691ba3a97534604f5f640c26cceafaef672ccf7ab6eed66114d0abafc2cccf')
+sha256sums=('c8a4407713d72dcb1c59f082977e81e1b9e8ffd679d0666882cde4c8a0821dd2')
options=('!strip')
package() {
- tar xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
+ tar xf "${srcdir}/data.tar.zst" -C "${pkgdir}"
chmod 755 "${pkgdir}/usr/"
}
diff --git a/linhes/plex-media-server/PKGBUILD b/linhes/plex-media-server/PKGBUILD
index c399ee7..8f7812a 100644
--- a/linhes/plex-media-server/PKGBUILD
+++ b/linhes/plex-media-server/PKGBUILD
@@ -10,8 +10,8 @@
# Contributor: Praekon <praekon@googlemail.com>
pkgname=plex-media-server
-pkgver=1.43.0.10492
-_pkgsum=121068a07
+pkgver=1.43.3.10896
+_pkgsum=cb3ebc72d
pkgrel=1
pkgdesc='The back-end media server component of Plex.'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -39,10 +39,10 @@ sha256sums=('398ba7958598609453f5289b3d5f2389d2756158b340cf28e83c39d9ed60280b'
'c597bee0bcbb59ed791651555a904e5f7e9d2e82f6c6986b6352e5fc38e5b557'
'b7ff6525a3c7a8be885edc85bb523095f8e25ddb38873127e2a4e97b28f2c7ad'
'dbfb5a9a7146a975863c0932f1a68c4b040ec5d7e693361f39ddfbf60885e631')
-sha256sums_x86_64=('88699ccff73dd4232c764c5499a55f28ad11e6d4740190bd23e23c86535578ed')
-sha256sums_i686=('a54bc1c540fa407febb202a07ff03688f552e4e3f516176742a151fea0020751')
-sha256sums_armv7h=('53560561a56e00729e3fde7d2e5698b425caf01ade0d5c352f356c5f2789d4bc')
-sha256sums_aarch64=('62b207e75332c8bea03d69de01a578b0c503ca06aee72b599ce06043560270ba')
+sha256sums_x86_64=('ea678ff32fc7d42f9105d28ada1495f00ef5139c05550f37a68bacfefe1f4c31')
+sha256sums_i686=('565394c842ca75c171e89ed753d1fb15db5855e60d6bd467afd5ae6561e0e361')
+sha256sums_armv7h=('59a8f5ee5bcb64b8827e1d759855d5eca35b2f76eb8055df75cbbc3d01f09567')
+sha256sums_aarch64=('2a7ad1306795d391551d778eec21e6426fcfefd95f0bb288771611f62d8e7d2d')
prepare() {
if [[ $CARCH = armv7h ]] || [[ $CARCH = aarch64 ]]; then
diff --git a/linhes/powerpanel/.SRCINFO b/linhes/powerpanel/.SRCINFO
index da52b41..25af9a9 100644
--- a/linhes/powerpanel/.SRCINFO
+++ b/linhes/powerpanel/.SRCINFO
@@ -1,27 +1,27 @@
pkgbase = powerpanel
pkgdesc = CyberPower UPS daemon
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 3
- url = https://www.cyberpowersystems.com/product/software/powerpanel-for-linux/
+ url = https://www.cyberpowersystems.com/product/software/power-panel-personal/powerpanel-personal-linux/
arch = x86_64
arch = i686
- license = custom:CyberPower
- depends = libusb
- depends = openssl-1.1
- depends = paho-mqtt-c
+ license = LicenseRef-CyberPower
+ options = staticlibs
backup = etc/powerpanel/pwrstatd-powerfail.sh
backup = etc/powerpanel/pwrstatd-lowbatt.sh
backup = etc/powerpanel/pwrstatd-email.sh
backup = etc/powerpanel/hibernate.sh
backup = etc/powerpanel/shutdown.sh
backup = etc/pwrstatd.conf
- source = pwrstatd.service
source = hibernate.sh
source = shutdown.sh
- source = https://dl4jz3rbrsfum.cloudfront.net/software/PPL_64bit_v1.4.1.tar..gz
- sha256sums = 255e5958346daa9d7c0e96ae3d86095afd3b3ec99880205d15d51b8f20a602df
+ source = pwrstatd.service
sha256sums = c710ea7765a24fb469adf601f44c8d3857634336bdfc263434ce86c3d67a4a80
sha256sums = 10badc96b0ac990959ddc53d1d1cbba6b904e648b54d0eea085194e48d6a0998
- sha256sums = 6240dae59202531df91ccf0655cf6c61120fe64dc14642c46579366ed0d8212d
+ sha256sums = 9a9e8d4156351542acc55c74ca37aa34297709ac000dccd9e370c731591e0d2e
+ source_x86_64 = https://dl4jz3rbrsfum.cloudfront.net/software/PPL_64bit_v1.4.2.tar.gz
+ sha256sums_x86_64 = f257af0fcb5c5df8ba2732b1e0a8a427608f6cef9a7c6ce8ed83d2db2078b859
+ source_i686 = https://dl4jz3rbrsfum.cloudfront.net/software/PPL_32bit_v1.4.2.tar.gz
+ sha256sums_i686 = d7ae8ec3c27cb5525fb5cdd840c8e17785294084296b3277f5218d18e97f3f25
pkgname = powerpanel
diff --git a/linhes/powerpanel/.gitignore b/linhes/powerpanel/.gitignore
new file mode 100644
index 0000000..e0cb85a
--- /dev/null
+++ b/linhes/powerpanel/.gitignore
@@ -0,0 +1,7 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
+!pwrstatd.service
+!hibernate.sh
+!shutdown.sh
diff --git a/linhes/powerpanel/PKGBUILD b/linhes/powerpanel/PKGBUILD
index 4630553..afd68f9 100644
--- a/linhes/powerpanel/PKGBUILD
+++ b/linhes/powerpanel/PKGBUILD
@@ -1,73 +1,80 @@
-# Maintainer: David Gonzalez <neko.eth0 AT gmail DOT com>
+# Maintainer: 0x2501 <0x2501 [at] sol740.net>
# Contributor: 10101000 <10101000_proton [at] pm.me>
# Contributor: Jeff Henson <jeff [at] henson.io>
# Contributor: Justin Settle <jus10 [at] partlycloudy.org>
# Contributor: Kyle Keen <keenerd [at] gmail.com>, das-ich <das-ich [at] yandex.ru>
pkgname=powerpanel
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=3
pkgdesc="CyberPower UPS daemon"
arch=("x86_64" "i686")
-url="https://www.cyberpowersystems.com/product/software/powerpanel-for-linux/"
-license=("custom:CyberPower")
-depends=('libusb' 'openssl-1.1' 'paho-mqtt-c')
+url="https://www.cyberpowersystems.com/product/software/power-panel-personal/powerpanel-personal-linux/"
+license=("LicenseRef-CyberPower")
+options=('staticlibs')
backup=(etc/powerpanel/pwrstatd-{powerfail,lowbatt,email}.sh
etc/powerpanel/{hibernate,shutdown}.sh
etc/pwrstatd.conf)
-
-source=('pwrstatd.service'
- 'hibernate.sh'
- 'shutdown.sh')
-sha256sums=('255e5958346daa9d7c0e96ae3d86095afd3b3ec99880205d15d51b8f20a602df'
- 'c710ea7765a24fb469adf601f44c8d3857634336bdfc263434ce86c3d67a4a80'
+source=('hibernate.sh'
+ 'shutdown.sh'
+ 'pwrstatd.service')
+source_x86_64=("https://dl4jz3rbrsfum.cloudfront.net/software/PPL_64bit_v${pkgver}.tar.gz")
+source_i686=("https://dl4jz3rbrsfum.cloudfront.net/software/PPL_32bit_v${pkgver}.tar.gz")
+sha256sums=('c710ea7765a24fb469adf601f44c8d3857634336bdfc263434ce86c3d67a4a80'
'10badc96b0ac990959ddc53d1d1cbba6b904e648b54d0eea085194e48d6a0998'
- '6240dae59202531df91ccf0655cf6c61120fe64dc14642c46579366ed0d8212d')
-
-if [[ $CARCH = 'x86_64' ]]; then
- # Filename has two dots at the source
- source+=("https://dl4jz3rbrsfum.cloudfront.net/software/PPL_64bit_v${pkgver}.tar..gz")
-fi
-
-if [[ $CARCH = 'i686' ]]; then
- source+=("https://dl4jz3rbrsfum.cloudfront.net/software/PPL_32bit_v${pkgver}.tar.gz")
-fi
+ '9a9e8d4156351542acc55c74ca37aa34297709ac000dccd9e370c731591e0d2e')
+sha256sums_x86_64=('f257af0fcb5c5df8ba2732b1e0a8a427608f6cef9a7c6ce8ed83d2db2078b859')
+sha256sums_i686=('d7ae8ec3c27cb5525fb5cdd840c8e17785294084296b3277f5218d18e97f3f25')
package() {
cd "${srcdir}/$pkgname-$pkgver"
# PowerPanel for Linux client program
- install -Dm755 bin/pwrstat "${pkgdir}/usr/bin/pwrstat"
-
+ install -g power -Dm750 bin/pwrstat "${pkgdir}/usr/bin/pwrstat"
+
# PowerPanel for Linux daemon program
- install -Dm755 bin/pwrstatd "${pkgdir}/usr/bin/pwrstatd"
+ install -Dm700 bin/pwrstatd "${pkgdir}/usr/bin/pwrstatd"
+
+ # json-c shared library
+ install -Dm644 lib/libjson-c.so.5.1.0 "${pkgdir}/usr/local/lib/powerpanel/libjson-c.so.5.1.0"
+ ln -s libjson-c.so.5.1.0 "${pkgdir}/usr/local/lib/powerpanel/libjson-c.so.5"
+
+ # paho-mqtt-c shared library
+ install -Dm644 lib/libpaho-mqtt3cs.so.1.3.1 "${pkgdir}/usr/local/lib/powerpanel/libpaho-mqtt3cs.so.1.3.1"
+ ln -s libpaho-mqtt3cs.so.1.3.1 "${pkgdir}/usr/local/lib/powerpanel/libpaho-mqtt3cs.so.1"
+
+ # crypto shared library
+ install -Dm644 lib/libcrypto.so.1.1 "${pkgdir}/usr/local/lib/powerpanel/libcrypto.so.1.1"
+
+ # ssl shared library
+ install -Dm644 lib/libssl.so.1.1 "${pkgdir}/usr/local/lib/powerpanel/libssl.so.1.1"
# PowerPanel for Linux daemon configuration
- install -Dm600 conf/pwrstatd.conf "${pkgdir}/etc/pwrstatd.conf"
+ install -Dm644 conf/pwrstatd.conf "${pkgdir}/etc/pwrstatd.conf"
sed -e 's#/etc#/etc/powerpanel#' -i "${pkgdir}/etc/pwrstatd.conf"
# Script command for event of power failure
- install -Dm755 script/pwrstatd-powerfail.sh "${pkgdir}/etc/powerpanel/pwrstatd-powerfail.sh"
+ install -Dm700 script/pwrstatd-powerfail.sh "${pkgdir}/etc/powerpanel/pwrstatd-powerfail.sh"
sed -e 's#/etc#/etc/powerpanel#' -i "${pkgdir}/etc/powerpanel/pwrstatd-powerfail.sh"
# Script command for event of battery low
- install -Dm755 script/pwrstatd-lowbatt.sh "${pkgdir}/etc/powerpanel/pwrstatd-lowbatt.sh"
+ install -Dm700 script/pwrstatd-lowbatt.sh "${pkgdir}/etc/powerpanel/pwrstatd-lowbatt.sh"
sed -e 's#/etc#/etc/powerpanel#' -i "${pkgdir}/etc/powerpanel/pwrstatd-lowbatt.sh"
# Script command for e-mail notification
- install -Dm755 script/pwrstatd-email.sh "${pkgdir}/etc/powerpanel/pwrstatd-email.sh"
+ install -Dm700 script/pwrstatd-email.sh "${pkgdir}/etc/powerpanel/pwrstatd-email.sh"
# Script for hibernate support
- install -Dm755 "${srcdir}/hibernate.sh" "${pkgdir}/etc/powerpanel/hibernate.sh"
+ install -Dm700 "${srcdir}/hibernate.sh" "${pkgdir}/etc/powerpanel/hibernate.sh"
ln -s powerpanel/hibernate.sh "${pkgdir}/etc/hibernate.sh"
# Script for shutdown support
- install -Dm755 "${srcdir}/shutdown.sh" "${pkgdir}/etc/powerpanel/shutdown.sh"
+ install -Dm700 "${srcdir}/shutdown.sh" "${pkgdir}/etc/powerpanel/shutdown.sh"
ln -s powerpanel/shutdown.sh "${pkgdir}/etc/shutdown.sh"
# Systemd unit
install -Dm644 "${srcdir}/pwrstatd.service" "${pkgdir}/usr/lib/systemd/system/pwrstatd.service"
-
+
# PowerPanel for Linux client man-page
install -Dm644 doc/pwrstat.8 "${pkgdir}/usr/share/man/man8/pwrstat.8"
diff --git a/linhes/powerpanel/pwrstatd.service b/linhes/powerpanel/pwrstatd.service
index 222f4e5..138593a 100644..100755
--- a/linhes/powerpanel/pwrstatd.service
+++ b/linhes/powerpanel/pwrstatd.service
@@ -1,10 +1,16 @@
[Unit]
-Description=PowerPanel for Linux software can be used with most CyberPower UPS products.
+Description=The monitor UPS software.
+After=network.target network-online.target nss-lookup.target
[Service]
+User=root
Group=power
UMask=0002
-ExecStart=/usr/bin/pwrstatd
+Type=simple
+ExecStart=/usr/sbin/pwrstatd
+Restart=always
+RestartSec=2
[Install]
WantedBy=multi-user.target
+
diff --git a/linhes/qbittorrent-vuetorrent-bin/.SRCINFO b/linhes/qbittorrent-vuetorrent-bin/.SRCINFO
index ad5e8b7..bbbeb35 100644
--- a/linhes/qbittorrent-vuetorrent-bin/.SRCINFO
+++ b/linhes/qbittorrent-vuetorrent-bin/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qbittorrent-vuetorrent-bin
pkgdesc = The sleekest looking WebUI for qBittorrent made with Vue.js!
- pkgver = 2.32.1
+ pkgver = 2.34.0
pkgrel = 1
url = https://github.com/WDaan/VueTorrent
install = qbittorrent-vuetorrent.install
@@ -10,7 +10,7 @@ pkgbase = qbittorrent-vuetorrent-bin
optdepends = qbittorrent-nox: for use with qbittorrent-nox
provides = qbittorrent-vuetorrent
conflicts = qbittorrent-vuetorrent
- source = vuetorrent-2.32.1.zip::https://github.com/WDaan/VueTorrent/releases/download/v2.32.1/vuetorrent.zip
- sha512sums = 0ee40cceae343cd674d76b091e2e145f8c74704a1901e3e31171204154269928fbc2911ba40edd8af41d770dd27f06886796fa27c8b6ef73256c2917841116a2
+ source = vuetorrent-2.34.0.zip::https://github.com/WDaan/VueTorrent/releases/download/v2.34.0/vuetorrent.zip
+ sha512sums = 7ef95108cdf13854cd94446ff01f34078bbbf2ea7ac12c88c048621f6503fc9fc914dbf9f637ee702544bab0b467b61bbcfcabf95e1b2add26373cbec12620ae
pkgname = qbittorrent-vuetorrent-bin
diff --git a/linhes/qbittorrent-vuetorrent-bin/PKGBUILD b/linhes/qbittorrent-vuetorrent-bin/PKGBUILD
index b79f9f2..59cc504 100644
--- a/linhes/qbittorrent-vuetorrent-bin/PKGBUILD
+++ b/linhes/qbittorrent-vuetorrent-bin/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=qbittorrent-vuetorrent-bin
_pkgname=vuetorrent
-pkgver=2.32.1
+pkgver=2.34.0
pkgrel=1
pkgdesc='The sleekest looking WebUI for qBittorrent made with Vue.js!'
@@ -21,7 +21,7 @@ optdepends=(
install=qbittorrent-vuetorrent.install
source=("${_pkgname}-$pkgver.zip::${url}/releases/download/v$pkgver/${_pkgname}.zip")
-sha512sums=('0ee40cceae343cd674d76b091e2e145f8c74704a1901e3e31171204154269928fbc2911ba40edd8af41d770dd27f06886796fa27c8b6ef73256c2917841116a2')
+sha512sums=('7ef95108cdf13854cd94446ff01f34078bbbf2ea7ac12c88c048621f6503fc9fc914dbf9f637ee702544bab0b467b61bbcfcabf95e1b2add26373cbec12620ae')
package() {
cd "$srcdir/vuetorrent"
diff --git a/linhes/qt5-location/PKGBUILD b/linhes/qt5-location/PKGBUILD
index 3564583..0759164 100644
--- a/linhes/qt5-location/PKGBUILD
+++ b/linhes/qt5-location/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=qt5-location
-_basever=5.15.18
-pkgver=5.15.18+kde+r7
-pkgrel=2
-_commit=ba48a8b5cedd157d972c08d371ac2581db166bf7
+_basever=5.15.19
+pkgver=5.15.19+kde+r7
+pkgrel=1
+_commit=81f560be2274958011c255efa1d2d573874bed11
arch=('x86_64')
url='https://www.qt.io'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -16,7 +16,7 @@ groups=('qt5')
_pkgfqn=${pkgname/5-/}
source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
git+https://invent.kde.org/qt/qt/qtlocation-mapboxgl.git)
-sha256sums=('4a6bfee705b322f4cd044949be217f822b9f697e5e1ec228fdc3f31c29558e13'
+sha256sums=('bbcc33e52756f878d3e776644cd2ee6f27c686ec171c73b5a90d598789d5bdc0'
'SKIP')
pkgver() {
diff --git a/linhes/qt5-webchannel/PKGBUILD b/linhes/qt5-webchannel/PKGBUILD
index 970c072..1e1b3a6 100644
--- a/linhes/qt5-webchannel/PKGBUILD
+++ b/linhes/qt5-webchannel/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Felix Yan <felixonmars@archlinux.org>
+# Maintainer: Zen Wen <zen.8841@gmail.com>
+# Contributor: Felix Yan <felixonmars@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=qt5-webchannel
-_basever=5.15.18
-pkgver=5.15.18+kde+r3
+_basever=5.15.19
+pkgver=5.15.19
pkgrel=1
-_commit=2a157921861e651f43456cb7941b250c89feb736
+_commit=4d9f25e1c49a202df6956fb1c0fed9f898433a54
arch=('x86_64')
url='https://www.qt.io'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -15,7 +16,7 @@ makedepends=('git')
groups=('qt5')
_pkgfqn=${pkgname/5-/}
source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('fdff50abd1a3c5de03657f229caba43e68522911ade28ad0f6d6e53bc7517dde')
+sha256sums=('fea40dc28a291daf2d1864dcc92f2fe3577b142fc1df4b8c276a429336e5f2b7')
pkgver() {
cd kde-$_pkgfqn
diff --git a/linhes/rsyslog/PKGBUILD b/linhes/rsyslog/PKGBUILD
index 2f949f8..737ecbd 100644
--- a/linhes/rsyslog/PKGBUILD
+++ b/linhes/rsyslog/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=rsyslog
pkgver=8.2604.0
-pkgrel=1
+pkgrel=2
pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability"
url="http://www.rsyslog.com/"
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
diff --git a/linhes/signal-cli/PKGBUILD b/linhes/signal-cli/PKGBUILD
index e775aeb..28411b9 100644
--- a/linhes/signal-cli/PKGBUILD
+++ b/linhes/signal-cli/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: asamk <asamk@gmx.de>
pkgname=signal-cli
-pkgver=0.14.3
+pkgver=0.14.6
pkgrel=1
pkgdesc="Provides a commandline and dbus interface for secure Signal messaging."
arch=('any')
@@ -10,9 +10,9 @@ license=('GPL-3.0-only')
depends=('java-runtime-headless>=25' 'java-commons-logging' 'sh' 'libsignal-client')
makedepends=('java-environment>=25' 'gradle' 'asciidoc')
source=("https://github.com/AsamK/${pkgname}/archive/v${pkgver}.tar.gz"
-# "https://github.com/AsamK/${pkgname}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
+ #"https://github.com/AsamK/${pkgname}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
"${pkgname}.sh")
-sha512sums=('a84fa66f7ed7f3d84f608e41e666508f40a58097118b73c9d153762a17afbffa3157315dd63d982b11a58b7994be5546f72b73c100a8d9f219a2e3e9061f64d2'
+sha512sums=('fc8b0833e6dad18c9b578474d01a236fa02ff582b081858830cc769fc60ae0f72b9e9d5cf19581359fffd52987f465935d0b11f963e12c5e236cb46b32350b33'
'64f181bd9170af5c462899fba765a92b8225e24c3fd2a25deec31d9879dec76a987de9efa065fc3e60e8f5a787e934e0abbdd43ab94445ad3eecacfe1a9de74d')
validpgpkeys=('FA10826A74907F9EC6BBB7FC2BA2CD21B5B09570')
diff --git a/linhes/yay/PKGBUILD b/linhes/yay/PKGBUILD
index 8262007..f7ddb6f 100644
--- a/linhes/yay/PKGBUILD
+++ b/linhes/yay/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jguer <pkgbuilds at jguer.space>
pkgname=yay
-pkgver=12.5.7
+pkgver=13.0.1
pkgrel=1
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
@@ -17,7 +17,7 @@ optdepends=(
)
makedepends=('go>=1.24')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
-sha256sums=('b483a6b99cba19250e874414a7d55f0d0c518b9c735b7d64dd354b51151bd465')
+sha256sums=('b77454bce87110180a1b6664c2d260de78124c9894b71101610ba84f551eb0d0')
build() {
export GOPATH="$srcdir"/gopath