Compare commits
3 commits
9352ffefd1
...
d637a76481
Author | SHA1 | Date | |
---|---|---|---|
d637a76481 | |||
5468d9f527 | |||
ed4692db90 |
6 changed files with 18 additions and 18 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = clonezilla-unstable
|
pkgbase = clonezilla-unstable
|
||||||
pkgdesc = ncurses partition and disk imaging/cloning program
|
pkgdesc = ncurses partition and disk imaging/cloning program
|
||||||
pkgver = 5.6.2
|
pkgver = 5.6.4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://clonezilla.org
|
url = https://clonezilla.org
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -29,9 +29,9 @@ pkgbase = clonezilla-unstable
|
||||||
provides = clonezilla
|
provides = clonezilla
|
||||||
conflicts = clonezilla
|
conflicts = clonezilla
|
||||||
backup = etc/drbl/drbl-ocs.conf
|
backup = etc/drbl/drbl-ocs.conf
|
||||||
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.6.2.tar.xz
|
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.6.4.tar.xz
|
||||||
source = usrbin.patch
|
source = usrbin.patch
|
||||||
sha512sums = 197d4d17b099c4d2136020f102365d9f6c95468a8006b98c1e16214d8f2c6f8c6a42f513048b50081d401e0d96516c0a98e3cdf055f64685ba7f77e1a813e436
|
sha512sums = 8538dbcf13fccea246fb027708230bfe31f864e1f86800532fb34556cfd29aaa7f054dc4f0ff07438492852f129ac46aa1c6acde57804fd5567e82ac149480f0
|
||||||
sha512sums = 39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac
|
sha512sums = 39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac
|
||||||
|
|
||||||
pkgname = clonezilla-unstable
|
pkgname = clonezilla-unstable
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=clonezilla-unstable
|
pkgname=clonezilla-unstable
|
||||||
_pkgname=clonezilla
|
_pkgname=clonezilla
|
||||||
pkgver=5.6.2
|
pkgver=5.6.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="ncurses partition and disk imaging/cloning program"
|
pkgdesc="ncurses partition and disk imaging/cloning program"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -16,7 +16,7 @@ conflicts=("${_pkgname}")
|
||||||
provides=("${_pkgname}")
|
provides=("${_pkgname}")
|
||||||
source=("https://free.nchc.org.tw/drbl-core/src/unstable/${_pkgname}-${pkgver}.tar.xz"
|
source=("https://free.nchc.org.tw/drbl-core/src/unstable/${_pkgname}-${pkgver}.tar.xz"
|
||||||
'usrbin.patch')
|
'usrbin.patch')
|
||||||
sha512sums=('197d4d17b099c4d2136020f102365d9f6c95468a8006b98c1e16214d8f2c6f8c6a42f513048b50081d401e0d96516c0a98e3cdf055f64685ba7f77e1a813e436'
|
sha512sums=('8538dbcf13fccea246fb027708230bfe31f864e1f86800532fb34556cfd29aaa7f054dc4f0ff07438492852f129ac46aa1c6acde57804fd5567e82ac149480f0'
|
||||||
'39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac')
|
'39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = firefox-syncstorage
|
pkgbase = firefox-syncstorage
|
||||||
pkgdesc = Sync storage server with built-in token server for running a self-hosted firefox sync server
|
pkgdesc = Sync storage server with built-in token server for running a self-hosted firefox sync server
|
||||||
pkgver = 0.15.7
|
pkgver = 0.15.8
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/mozilla-services/syncstorage-rs
|
url = https://github.com/mozilla-services/syncstorage-rs
|
||||||
install = firefox-syncstorage.install
|
install = firefox-syncstorage.install
|
||||||
|
@ -21,9 +21,9 @@ pkgbase = firefox-syncstorage
|
||||||
optdepends = mysql: for use with a local database server
|
optdepends = mysql: for use with a local database server
|
||||||
options = !lto
|
options = !lto
|
||||||
backup = etc/firefox-syncstorage.toml
|
backup = etc/firefox-syncstorage.toml
|
||||||
source = https://github.com/mozilla-services/syncstorage-rs/archive/0.15.7/syncstorage-rs-0.15.7.tar.gz
|
source = https://github.com/mozilla-services/syncstorage-rs/archive/0.15.8/syncstorage-rs-0.15.8.tar.gz
|
||||||
source = firefox-syncstorage.service
|
source = firefox-syncstorage.service
|
||||||
sha512sums = e546861d1464babb9ee6daef7fa8c2ae2002b1c00833a0eccd6a5b46627e028f06bec9ca3dab257e18d4f2c8a15fae6dc828a6fbb942d26f5e250cdb8e2992fd
|
sha512sums = 154d628bbaf999a1890d45278a3c00806fab5c3bce1c9b001c13f7fd68b1d95cbc9acc13586eab0285930a6d64c9d70b10cd83378479902056e2b40d3a5f591b
|
||||||
sha512sums = 4c5fbb99160613ba3fb0fedce97f04f63b92699fe79c6edd899d4ec5f297c5a98c0c211df3eb9a6579c12c57f4c63513747ed8944a60fc76e32f1e0c0f5e3a95
|
sha512sums = 4c5fbb99160613ba3fb0fedce97f04f63b92699fe79c6edd899d4ec5f297c5a98c0c211df3eb9a6579c12c57f4c63513747ed8944a60fc76e32f1e0c0f5e3a95
|
||||||
|
|
||||||
pkgname = firefox-syncstorage
|
pkgname = firefox-syncstorage
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=firefox-syncstorage
|
pkgname=firefox-syncstorage
|
||||||
_pkgname=syncstorage-rs
|
_pkgname=syncstorage-rs
|
||||||
pkgver=0.15.7
|
pkgver=0.15.8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Sync storage server with built-in token server for running a self-hosted firefox sync server'
|
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')
|
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||||
|
@ -18,7 +18,7 @@ options=('!lto')
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
source=("https://github.com/mozilla-services/${_pkgname}/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
|
source=("https://github.com/mozilla-services/${_pkgname}/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
|
||||||
"${pkgname}.service")
|
"${pkgname}.service")
|
||||||
sha512sums=('e546861d1464babb9ee6daef7fa8c2ae2002b1c00833a0eccd6a5b46627e028f06bec9ca3dab257e18d4f2c8a15fae6dc828a6fbb942d26f5e250cdb8e2992fd'
|
sha512sums=('154d628bbaf999a1890d45278a3c00806fab5c3bce1c9b001c13f7fd68b1d95cbc9acc13586eab0285930a6d64c9d70b10cd83378479902056e2b40d3a5f591b'
|
||||||
'4c5fbb99160613ba3fb0fedce97f04f63b92699fe79c6edd899d4ec5f297c5a98c0c211df3eb9a6579c12c57f4c63513747ed8944a60fc76e32f1e0c0f5e3a95')
|
'4c5fbb99160613ba3fb0fedce97f04f63b92699fe79c6edd899d4ec5f297c5a98c0c211df3eb9a6579c12c57f4c63513747ed8944a60fc76e32f1e0c0f5e3a95')
|
||||||
backup=("etc/${pkgname}.toml")
|
backup=("etc/${pkgname}.toml")
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = systemtap
|
pkgbase = systemtap
|
||||||
pkgdesc = Infrastructure to simplify the gathering of information about the running Linux system
|
pkgdesc = Infrastructure to simplify the gathering of information about the running Linux system
|
||||||
pkgver = 5.0
|
pkgver = 5.1
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://sourceware.org/systemtap/
|
url = https://sourceware.org/systemtap/
|
||||||
install = systemtap.install
|
install = systemtap.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -14,10 +14,10 @@ pkgbase = systemtap
|
||||||
depends = cpio
|
depends = cpio
|
||||||
optdepends = sqlite3: for storing results in a database
|
optdepends = sqlite3: for storing results in a database
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
source = https://sourceware.org/ftp/systemtap/releases/systemtap-5.0.tar.gz
|
source = https://sourceware.org/ftp/systemtap/releases/systemtap-5.1.tar.gz
|
||||||
source = https://sourceware.org/ftp/systemtap/releases/systemtap-5.0.tar.gz.asc
|
source = https://sourceware.org/ftp/systemtap/releases/systemtap-5.1.tar.gz.asc
|
||||||
validpgpkeys = 41A0C11274B1E87FE28E4C53E3D77E1F95161991
|
validpgpkeys = 41A0C11274B1E87FE28E4C53E3D77E1F95161991
|
||||||
sha512sums = dc511a05e66abcbbd8c926973962751196180f3c571d0cd2a3b158ae367c5339ad32967a680ecd03224ab5f7ed2c55be7064867e4fb1b1cd7ea1cb21b2436e4c
|
sha512sums = da0fe237d2124031a5786d1221dbb420d90da5497376715fd43a7a9f61a354a229c1128e67ce6becbc012aa3796dc5d337149e239e3c1def0651b179e5bf199f
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
|
|
||||||
pkgname = systemtap
|
pkgname = systemtap
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
# Contributor: dront78 <dront78@gmail.com>
|
# Contributor: dront78 <dront78@gmail.com>
|
||||||
|
|
||||||
pkgname=systemtap
|
pkgname=systemtap
|
||||||
pkgver=5.0
|
pkgver=5.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Infrastructure to simplify the gathering of information about the running Linux system"
|
pkgdesc="Infrastructure to simplify the gathering of information about the running Linux system"
|
||||||
url="https://sourceware.org/systemtap/"
|
url="https://sourceware.org/systemtap/"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -18,7 +18,7 @@ optdepends=('sqlite3: for storing results in a database')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
source=("https://sourceware.org/ftp/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz"{,.asc})
|
source=("https://sourceware.org/ftp/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz"{,.asc})
|
||||||
sha512sums=('dc511a05e66abcbbd8c926973962751196180f3c571d0cd2a3b158ae367c5339ad32967a680ecd03224ab5f7ed2c55be7064867e4fb1b1cd7ea1cb21b2436e4c'
|
sha512sums=('da0fe237d2124031a5786d1221dbb420d90da5497376715fd43a7a9f61a354a229c1128e67ce6becbc012aa3796dc5d337149e239e3c1def0651b179e5bf199f'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
validpgpkeys=('41A0C11274B1E87FE28E4C53E3D77E1F95161991')
|
validpgpkeys=('41A0C11274B1E87FE28E4C53E3D77E1F95161991')
|
||||||
|
|
Loading…
Reference in a new issue