summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--linhes/libfastjson/PKGBUILD16
-rw-r--r--linhes/mythtv/PKGBUILD4
-rw-r--r--linhes/rsyslog/PKGBUILD6
-rw-r--r--linhes/yay/PKGBUILD4
4 files changed, 18 insertions, 12 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/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