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/PKGBUILD6
-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/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
18 files changed, 71 insertions, 100 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 2aa0bbc..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.94.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=('7f4f236be55923feca09ee837473fcaf8c3fcea80a425899e60ad971466a2ce6b9f6a56f750f81636f5c95ffa818aac87e9e944c8a2e5730322e612b3a0a7bf4'
+sha512sums=('c89547a6c703e8a68aac8f33db412e4aa511f4a83812c07cf77a4b767edfa7609056acd70c82311af28f24e04f113828e05e9ddd933fe03930f3e5708fc15a0c'
'SKIP'
'SKIP'
'SKIP')
diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD
index b5046fa..25abf6d 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.20260822.b6ed364d
+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 3a88e59..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.2.10687
-_pkgsum=563d026ea
+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=('f92926534cf5a08bf2ab6574b8f85b899a7a036689c1a746dc0dc5ef15809116')
-sha256sums_i686=('30be68a1a2ed5d927f98836f2480db7674e8d6a59a29098c4d6a7e7d57c84465')
-sha256sums_armv7h=('faf285a61929980726af1d5a3340a17e07e7ba0670fde3a86fd24ecf1a80e6d2')
-sha256sums_aarch64=('7fc17204098ef13f066d43fcc575adcdcefb8d25ce082bd8511eb4f600981da1')
+sha256sums_x86_64=('ea678ff32fc7d42f9105d28ada1495f00ef5139c05550f37a68bacfefe1f4c31')
+sha256sums_i686=('565394c842ca75c171e89ed753d1fb15db5855e60d6bd467afd5ae6561e0e361')
+sha256sums_armv7h=('59a8f5ee5bcb64b8827e1d759855d5eca35b2f76eb8055df75cbbc3d01f09567')
+sha256sums_aarch64=('2a7ad1306795d391551d778eec21e6426fcfefd95f0bb288771611f62d8e7d2d')
prepare() {
if [[ $CARCH = armv7h ]] || [[ $CARCH = aarch64 ]]; then
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