diff options
| -rw-r--r-- | linhes/libfastjson/PKGBUILD | 16 | ||||
| -rw-r--r-- | linhes/mythtv/PKGBUILD | 4 | ||||
| -rw-r--r-- | linhes/qbittorrent-vuetorrent-bin/.SRCINFO | 6 | ||||
| -rw-r--r-- | linhes/qbittorrent-vuetorrent-bin/PKGBUILD | 4 | ||||
| -rw-r--r-- | linhes/rsyslog/PKGBUILD | 6 | ||||
| -rw-r--r-- | linhes/yay/PKGBUILD | 4 |
6 files changed, 23 insertions, 17 deletions
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/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD index b5046fa..71adfff 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.20260608.a833aecd +pkgrel=1 pkgdesc="A Homebrew PVR project" _mythversion=36 arch=('x86_64') 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/rsyslog/PKGBUILD b/linhes/rsyslog/PKGBUILD index 2f949f8..cc92c3b 100644 --- a/linhes/rsyslog/PKGBUILD +++ b/linhes/rsyslog/PKGBUILD @@ -1,12 +1,12 @@ pkgname=rsyslog -pkgver=8.2604.0 +pkgver=8.2606.0 pkgrel=1 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability" url="http://www.rsyslog.com/" arch=('x86_64' 'i686' 'aarch64' 'armv7h') license=('LGPL-3.0-only' 'GPL-3.0-only' 'Apache-2.0') depends=('libestr' 'liblogging' 'librelp' 'libfastjson' 'protobuf-c' 'snappy' 'libyaml') -makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls' +makedepends=('autoconf-archive' 'postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls' 'python-docutils' 'libestr' 'liblogging' 'librelp' 'libfastjson' 'bison' 'flex') optdepends=('postgresql-libs: PostgreSQL Database Support' 'libmariadbclient: MySQL Database Support' @@ -22,7 +22,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/rsyslog/rsyslog/archive/v${ 'rsyslog.tmpfiles' ) -sha256sums=('c8560fba4c419c47497f7c98852a8ef507759482fcce09ec597556201e6439f0' +sha256sums=('023de692700ac51b4577e1cae87103710cd593af5d0d25dc8778261c9db7babd' '0f5bea3fd4dff2c9f097bf95768b2e1f6e9cfd9a08eab98bc3b3b4d2ed44119a' '76d3c6f0c094a768ca12e314133080444db19900679b7a82f30d4c63fdabed38' '81b9f9b78395405b679849143a6709911d00e9317928fdb2a2540f52965847c2' diff --git a/linhes/yay/PKGBUILD b/linhes/yay/PKGBUILD index ed6c00f..f7ddb6f 100644 --- a/linhes/yay/PKGBUILD +++ b/linhes/yay/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Jguer <pkgbuilds at jguer.space> pkgname=yay -pkgver=12.6.0 +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=('8f155a98f1f7961f6309e007ed9ed62abf5f411f2ccaf80c5e87a6672ec700f8') +sha256sums=('b77454bce87110180a1b6664c2d260de78124c9894b71101610ba84f551eb0d0') build() { export GOPATH="$srcdir"/gopath |
