Compare commits
5 commits
d3032b1376
...
8507de66f2
Author | SHA1 | Date | |
---|---|---|---|
8507de66f2 | |||
425dfbcd6a | |||
e420ae3f81 | |||
822122f202 | |||
f15c35c036 |
9 changed files with 31 additions and 28 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = clonezilla-unstable
|
||||
pkgdesc = ncurses partition and disk imaging/cloning program
|
||||
pkgver = 5.6.18
|
||||
pkgver = 5.6.19
|
||||
pkgrel = 1
|
||||
url = https://clonezilla.org
|
||||
arch = any
|
||||
|
@ -29,9 +29,9 @@ pkgbase = clonezilla-unstable
|
|||
provides = clonezilla
|
||||
conflicts = clonezilla
|
||||
backup = etc/drbl/drbl-ocs.conf
|
||||
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.6.18.tar.xz
|
||||
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.6.19.tar.xz
|
||||
source = usrbin.patch
|
||||
sha512sums = 84858d5de7debe3aefe2633cdad1459798ca00cc1c7b546864bbf40d0a3769113e508b77dc042d451ef7277515f62589b2d5df5adda1baed656e989c3cf6e152
|
||||
sha512sums = 98b60f6d8ba9894e57b9e3e827c1d219a4a214b6105d2592a6f6767ce061627e0b0b6af75eaab022b1c98c7fb77df56d33bf952fd804fabee43ab570efd6d628
|
||||
sha512sums = 39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac
|
||||
|
||||
pkgname = clonezilla-unstable
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=clonezilla-unstable
|
||||
_pkgname=clonezilla
|
||||
pkgver=5.6.18
|
||||
pkgver=5.6.19
|
||||
pkgrel=1
|
||||
pkgdesc="ncurses partition and disk imaging/cloning program"
|
||||
arch=('any')
|
||||
|
@ -16,7 +16,7 @@ conflicts=("${_pkgname}")
|
|||
provides=("${_pkgname}")
|
||||
source=("https://free.nchc.org.tw/drbl-core/src/unstable/${_pkgname}-${pkgver}.tar.xz"
|
||||
'usrbin.patch')
|
||||
sha512sums=('84858d5de7debe3aefe2633cdad1459798ca00cc1c7b546864bbf40d0a3769113e508b77dc042d451ef7277515f62589b2d5df5adda1baed656e989c3cf6e152'
|
||||
sha512sums=('98b60f6d8ba9894e57b9e3e827c1d219a4a214b6105d2592a6f6767ce061627e0b0b6af75eaab022b1c98c7fb77df56d33bf952fd804fabee43ab570efd6d628'
|
||||
'39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = firefox-syncstorage
|
||||
pkgdesc = Sync storage server with built-in token server for running a self-hosted firefox sync server
|
||||
pkgver = 0.17.4
|
||||
pkgver = 0.17.6
|
||||
pkgrel = 1
|
||||
url = https://github.com/mozilla-services/syncstorage-rs
|
||||
install = firefox-syncstorage.install
|
||||
|
@ -21,9 +21,9 @@ pkgbase = firefox-syncstorage
|
|||
optdepends = mysql: for use with a local database server
|
||||
options = !lto
|
||||
backup = etc/firefox-syncstorage.toml
|
||||
source = https://github.com/mozilla-services/syncstorage-rs/archive/0.17.4/syncstorage-rs-0.17.4.tar.gz
|
||||
source = https://github.com/mozilla-services/syncstorage-rs/archive/0.17.6/syncstorage-rs-0.17.6.tar.gz
|
||||
source = firefox-syncstorage.service
|
||||
sha512sums = 9c7a73a5026f66a3d6792363ede45f6da4abf6a3ad16cb19051c7ff38d90aca4509159572960981c205a40195c6452c4b4a5dd3904bcd645136aa4232fa40338
|
||||
sha512sums = 1340fa468df6978390b21f94799649b768f7e4bb1bf4f4169aefc8b8ce8d999455576f53a14ffcc567e90045e7071933ca26240d392907e5442e0ab32159007a
|
||||
sha512sums = 4c5fbb99160613ba3fb0fedce97f04f63b92699fe79c6edd899d4ec5f297c5a98c0c211df3eb9a6579c12c57f4c63513747ed8944a60fc76e32f1e0c0f5e3a95
|
||||
|
||||
pkgname = firefox-syncstorage
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=firefox-syncstorage
|
||||
_pkgname=syncstorage-rs
|
||||
pkgver=0.17.4
|
||||
pkgver=0.17.6
|
||||
pkgrel=1
|
||||
pkgdesc='Sync storage server with built-in token server for running a self-hosted firefox sync server'
|
||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
|
@ -18,7 +18,7 @@ options=('!lto')
|
|||
install="${pkgname}.install"
|
||||
source=("https://github.com/mozilla-services/${_pkgname}/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
|
||||
"${pkgname}.service")
|
||||
sha512sums=('9c7a73a5026f66a3d6792363ede45f6da4abf6a3ad16cb19051c7ff38d90aca4509159572960981c205a40195c6452c4b4a5dd3904bcd645136aa4232fa40338'
|
||||
sha512sums=('1340fa468df6978390b21f94799649b768f7e4bb1bf4f4169aefc8b8ce8d999455576f53a14ffcc567e90045e7071933ca26240d392907e5442e0ab32159007a'
|
||||
'4c5fbb99160613ba3fb0fedce97f04f63b92699fe79c6edd899d4ec5f297c5a98c0c211df3eb9a6579c12c57f4c63513747ed8944a60fc76e32f1e0c0f5e3a95')
|
||||
backup=("etc/${pkgname}.toml")
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = gvisor-bin
|
||||
pkgdesc = OCI container sandbox runtime focused on security, efficiency, and ease of use
|
||||
pkgver = 20240807.0
|
||||
pkgver = 20240916.0
|
||||
pkgrel = 1
|
||||
url = https://gvisor.dev
|
||||
arch = x86_64
|
||||
|
@ -9,13 +9,13 @@ pkgbase = gvisor-bin
|
|||
optdepends = docker: for Docker runtime support
|
||||
provides = gvisor
|
||||
conflicts = gvisor
|
||||
source_x86_64 = runsc-x86_64-20240807.0::https://storage.googleapis.com/gvisor/releases/release/20240807.0/x86_64/runsc
|
||||
source_x86_64 = containerd-shim-runsc-v1-x86_64-20240807.0::https://storage.googleapis.com/gvisor/releases/release/20240807.0/x86_64/containerd-shim-runsc-v1
|
||||
sha512sums_x86_64 = 058853fa657216499bdfd33cf779b2570c8edb408a9eb816e0c87a22d30eedae93d18ea61fda85ae1fa93523e483c380164abe680f9018c27ee352a9ed7f4ea9
|
||||
sha512sums_x86_64 = 48a0a53d914fb2d67ad581c6983a9309fc2dcfbb9e012ca3ef09d16b0c1e72b97a18d4997254336342fc000ae875b89f46173fab5ab65b56a4eec9b316bfc787
|
||||
source_aarch64 = runsc-aarch64-20240807.0::https://storage.googleapis.com/gvisor/releases/release/20240807.0/aarch64/runsc
|
||||
source_aarch64 = containerd-shim-runsc-v1-aarch64-20240807.0::https://storage.googleapis.com/gvisor/releases/release/20240807.0/aarch64/containerd-shim-runsc-v1
|
||||
sha512sums_aarch64 = 1b463345d6986810152f420b45f48cdd5b4a28cc07820094daab7621ac555cd2c8a1e9dfa7f9b2952c6fe3b41acfee0253822f62c8de9a87048de627e0254a01
|
||||
sha512sums_aarch64 = 9143044b1ba9cfd2a38b72e605feedef60dd202d8723ba102e81b81235f1c9e736711189a2d3c166c96a79c97b154e33c9e449b4451ea5b92c5191564d565805
|
||||
source_x86_64 = runsc-x86_64-20240916.0::https://storage.googleapis.com/gvisor/releases/release/20240916.0/x86_64/runsc
|
||||
source_x86_64 = containerd-shim-runsc-v1-x86_64-20240916.0::https://storage.googleapis.com/gvisor/releases/release/20240916.0/x86_64/containerd-shim-runsc-v1
|
||||
sha512sums_x86_64 = d229a0df493c358182b827b2751ee0cdd46d9b486fa410639e5c18dc4de38f18e6fae823c2a868354929ffc494014406fe42543b6180b2859d07d7706a2ced6d
|
||||
sha512sums_x86_64 = 59db8a4648abae2b55cab3e3653eb7a3bca187b72d241903b639209e8f21e96f3a9132b4d7ae5d048b2fa488fb331bdb6cb185c385eeedbebc674e0946e44330
|
||||
source_aarch64 = runsc-aarch64-20240916.0::https://storage.googleapis.com/gvisor/releases/release/20240916.0/aarch64/runsc
|
||||
source_aarch64 = containerd-shim-runsc-v1-aarch64-20240916.0::https://storage.googleapis.com/gvisor/releases/release/20240916.0/aarch64/containerd-shim-runsc-v1
|
||||
sha512sums_aarch64 = 6931f8e09804c8042fc755c88b8957af3cf5c3ebf5cec3d3d9c11229bcaf4123ac10acb84e75dfaa22b25132e7a8c0c3fd25af4b1e255662907249ba1e42a284
|
||||
sha512sums_aarch64 = a0c22cdb8dda985c82022503be3b69164bdc4d8a706f6819e969895bc9162e96ad88cb8e9531e88552843a0271964d03fc141ddcd4f3c765b344afdfe77330fb
|
||||
|
||||
pkgname = gvisor-bin
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
pkgname='gvisor-bin'
|
||||
_pkgbin='runsc'
|
||||
_pkgshim='containerd-shim-runsc-v1'
|
||||
pkgver=20240807.0
|
||||
pkgver=20240916.0
|
||||
pkgrel=1
|
||||
pkgdesc='OCI container sandbox runtime focused on security, efficiency, and ease of use'
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
@ -25,10 +25,10 @@ source_aarch64=(
|
|||
"$_pkgbin-aarch64-$pkgver::https://storage.googleapis.com/${pkgname%-bin}/releases/release/$pkgver/aarch64/$_pkgbin"
|
||||
"$_pkgshim-aarch64-$pkgver::https://storage.googleapis.com/${pkgname%-bin}/releases/release/$pkgver/aarch64/$_pkgshim"
|
||||
)
|
||||
sha512sums_x86_64=('058853fa657216499bdfd33cf779b2570c8edb408a9eb816e0c87a22d30eedae93d18ea61fda85ae1fa93523e483c380164abe680f9018c27ee352a9ed7f4ea9'
|
||||
'48a0a53d914fb2d67ad581c6983a9309fc2dcfbb9e012ca3ef09d16b0c1e72b97a18d4997254336342fc000ae875b89f46173fab5ab65b56a4eec9b316bfc787')
|
||||
sha512sums_aarch64=('1b463345d6986810152f420b45f48cdd5b4a28cc07820094daab7621ac555cd2c8a1e9dfa7f9b2952c6fe3b41acfee0253822f62c8de9a87048de627e0254a01'
|
||||
'9143044b1ba9cfd2a38b72e605feedef60dd202d8723ba102e81b81235f1c9e736711189a2d3c166c96a79c97b154e33c9e449b4451ea5b92c5191564d565805')
|
||||
sha512sums_x86_64=('d229a0df493c358182b827b2751ee0cdd46d9b486fa410639e5c18dc4de38f18e6fae823c2a868354929ffc494014406fe42543b6180b2859d07d7706a2ced6d'
|
||||
'59db8a4648abae2b55cab3e3653eb7a3bca187b72d241903b639209e8f21e96f3a9132b4d7ae5d048b2fa488fb331bdb6cb185c385eeedbebc674e0946e44330')
|
||||
sha512sums_aarch64=('6931f8e09804c8042fc755c88b8957af3cf5c3ebf5cec3d3d9c11229bcaf4123ac10acb84e75dfaa22b25132e7a8c0c3fd25af4b1e255662907249ba1e42a284'
|
||||
'a0c22cdb8dda985c82022503be3b69164bdc4d8a706f6819e969895bc9162e96ad88cb8e9531e88552843a0271964d03fc141ddcd4f3c765b344afdfe77330fb')
|
||||
|
||||
package() {
|
||||
install -Dm 755 "$_pkgbin-$CARCH-$pkgver" "$pkgdir/usr/bin/$_pkgbin"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = gvisor-git
|
||||
pkgdesc = OCI container sandbox runtime focused on security, efficiency, and ease of use
|
||||
pkgver = 20240807.0
|
||||
pkgver = 20240916.0
|
||||
pkgrel = 1
|
||||
url = https://gvisor.dev
|
||||
arch = x86_64
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
pkgname='gvisor-git'
|
||||
_pkgbin='runsc'
|
||||
_pkgshim='containerd-shim-runsc-v1'
|
||||
pkgver=20240807.0
|
||||
pkgver=20240916.0
|
||||
pkgrel=1
|
||||
pkgdesc='OCI container sandbox runtime focused on security, efficiency, and ease of use'
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
|
@ -82,7 +82,7 @@ BUILDENV=(!distcc color !ccache check !sign)
|
|||
# These are default values for the options=() settings
|
||||
#########################################################################
|
||||
#
|
||||
# Makepkg defaults: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug !lto)
|
||||
# Makepkg defaults: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug !lto !autodeps)
|
||||
# A negated option will do the opposite of the comments below.
|
||||
#
|
||||
#-- strip: Strip symbols from binaries/libraries
|
||||
|
@ -94,6 +94,7 @@ BUILDENV=(!distcc color !ccache check !sign)
|
|||
#-- purge: Remove files specified by PURGE_TARGETS
|
||||
#-- debug: Add debugging flags as specified in DEBUG_* variables
|
||||
#-- lto: Add compile flags for building with link time optimization
|
||||
#-- autodeps: Automatically add depends/provides
|
||||
#
|
||||
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug lto)
|
||||
|
||||
|
@ -113,6 +114,8 @@ DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
|
|||
PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
|
||||
#-- Directory to store source code in for debug packages
|
||||
DBGSRCDIR="/usr/src/debug"
|
||||
#-- Prefix and directories for library autodeps
|
||||
LIB_DIRS=('lib:usr/lib' 'lib32:usr/lib32')
|
||||
|
||||
#########################################################################
|
||||
# PACKAGE OUTPUT
|
||||
|
@ -141,7 +144,7 @@ PACKAGER="Manuel Hüsers <aur@huesers.de>"
|
|||
COMPRESSGZ=(gzip -c -f -n)
|
||||
COMPRESSBZ2=(bzip2 -c -f)
|
||||
COMPRESSXZ=(xz -c -z -)
|
||||
COMPRESSZST=(zstd -c -T0 --ultra -20 -)
|
||||
COMPRESSZST=(zstd -c -T0 -)
|
||||
COMPRESSLRZ=(lrzip -q)
|
||||
COMPRESSLZO=(lzop -q)
|
||||
COMPRESSZ=(compress -c -f)
|
||||
|
|
Loading…
Reference in a new issue