Autogenerated commit at 2022-11-18 21:59:41.570760
This commit is contained in:
parent
86ecb720d8
commit
9df9b447d0
@ -1,6 +1,6 @@
|
||||
pkgbase = ahriman
|
||||
pkgdesc = ArcH linux ReposItory MANager
|
||||
pkgver = 2.2.2
|
||||
pkgver = 2.3.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/arcan1s/ahriman
|
||||
arch = any
|
||||
@ -32,10 +32,10 @@ pkgbase = ahriman
|
||||
optdepends = subversion: -svn packages support
|
||||
backup = etc/ahriman.ini
|
||||
backup = etc/ahriman.ini.d/logging.ini
|
||||
source = https://github.com/arcan1s/ahriman/releases/download/2.2.2/ahriman-2.2.2-src.tar.xz
|
||||
source = https://github.com/arcan1s/ahriman/releases/download/2.3.0/ahriman-2.3.0-src.tar.xz
|
||||
source = ahriman.sysusers
|
||||
source = ahriman.tmpfiles
|
||||
sha512sums = 64f0c67fa4085b846d8a49db8d3c29f14d18bceb921ae420ff958889a7dd00f4759c28ff2c283283bd973997bea90c29dbd6312cd9b032aacb506d5874e8864f
|
||||
sha512sums = 95f29cf7a5058f7c66fc7e5c711c7a5cc88347125723a47c8474af0f683e7c7a3e96a8bd078630bc98108c768bda869cedac2d2f83e43b350db225f6bd96facd
|
||||
sha512sums = 53d37efec812afebf86281716259f9ea78a307b83897166c72777251c3eebcb587ecee375d907514781fb2a5c808cbb24ef9f3f244f12740155d0603bf213131
|
||||
sha512sums = 62b2eccc352d33853ef243c9cddd63663014aa97b87242f1b5bc5099a7dbd69ff3821f24ffc58e1b7f2387bd4e9e9712cc4c67f661b1724ad99cdf09b3717794
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Evgeniy Alekseev
|
||||
|
||||
pkgname='ahriman'
|
||||
pkgver=2.2.2
|
||||
pkgver=2.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="ArcH linux ReposItory MANager"
|
||||
arch=('any')
|
||||
@ -49,6 +49,6 @@ package() {
|
||||
install -Dm644 "$srcdir/$pkgname.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
|
||||
}
|
||||
|
||||
sha512sums=('64f0c67fa4085b846d8a49db8d3c29f14d18bceb921ae420ff958889a7dd00f4759c28ff2c283283bd973997bea90c29dbd6312cd9b032aacb506d5874e8864f'
|
||||
sha512sums=('95f29cf7a5058f7c66fc7e5c711c7a5cc88347125723a47c8474af0f683e7c7a3e96a8bd078630bc98108c768bda869cedac2d2f83e43b350db225f6bd96facd'
|
||||
'53d37efec812afebf86281716259f9ea78a307b83897166c72777251c3eebcb587ecee375d907514781fb2a5c808cbb24ef9f3f244f12740155d0603bf213131'
|
||||
'62b2eccc352d33853ef243c9cddd63663014aa97b87242f1b5bc5099a7dbd69ff3821f24ffc58e1b7f2387bd4e9e9712cc4c67f661b1724ad99cdf09b3717794')
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgbase = yay
|
||||
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
|
||||
pkgver = 11.3.0
|
||||
pkgver = 11.3.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/Jguer/yay
|
||||
arch = i686
|
||||
@ -17,7 +17,7 @@ pkgbase = yay
|
||||
optdepends = sudo: privilege elevation
|
||||
optdepends = doas: privilege elevation
|
||||
options = !lto
|
||||
source = yay-11.3.0.tar.gz::https://github.com/Jguer/yay/archive/v11.3.0.tar.gz
|
||||
sha256sums = bf5891dd00ffa85a445e9499f17431260e415a4b4e861e0b7c1f345af2bae384
|
||||
source = yay-11.3.1.tar.gz::https://github.com/Jguer/yay/archive/v11.3.1.tar.gz
|
||||
sha256sums = 74fc387bc8db89ae20e32969fbcdb518cfcc62e930597543c8171c039781949d
|
||||
|
||||
pkgname = yay
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Maintainer: Jguer <pkgbuilds at jguer.space>
|
||||
pkgname=yay
|
||||
pkgver=11.3.0
|
||||
pkgver=11.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
||||
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
|
||||
@ -17,7 +17,7 @@ optdepends=(
|
||||
)
|
||||
makedepends=('go>=1.17')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('bf5891dd00ffa85a445e9499f17431260e415a4b4e861e0b7c1f345af2bae384')
|
||||
sha256sums=('74fc387bc8db89ae20e32969fbcdb518cfcc62e930597543c8171c039781949d')
|
||||
|
||||
# With pacman 6 arriving a rebuild of yay will be necessary, if you upgrade pacman without upgrading yay at the same time, yay will not run after.
|
||||
# I'm bumping the pkgrel so it shows up on the upgrade list (and will do so when pacman transitions from staging->core)
|
||||
|
Loading…
Reference in New Issue
Block a user