mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 11:34:36 +08:00
Merge branch 'testing' of ssh://git.chakralinux.org:/core into testing
This commit is contained in:
commit
5fae130f8f
@ -2,8 +2,8 @@
|
||||
# kernel.
|
||||
|
||||
pkgname=btrfs-progs
|
||||
pkgver=4.8.1
|
||||
pkgrel=3
|
||||
pkgver=4.8.5
|
||||
pkgrel=1
|
||||
pkgdesc='Btrfs filesystem utilities'
|
||||
arch=('x86_64')
|
||||
depends=('glibc' 'util-linux' 'e2fsprogs' 'lzo2' 'zlib')
|
||||
@ -13,19 +13,20 @@ replaces=('btrfs-progs-unstable')
|
||||
conflicts=('btrfs-progs-unstable')
|
||||
provides=('btrfs-progs-unstable')
|
||||
license=('GPL2')
|
||||
source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
|
||||
source=("https://github.com/kdave/${pkgname}/archive/v${pkgver}.tar.gz"
|
||||
'initcpio-install-btrfs'
|
||||
'initcpio-hook-btrfs'
|
||||
'btrfs-scrub@.service'
|
||||
'btrfs-scrub@.timer')
|
||||
install=btrfs-progs.install
|
||||
options=(!staticlibs)
|
||||
md5sums=('SKIP'
|
||||
md5sums=('2ef6510400d2f25a13547afc10c1c9d7'
|
||||
'7241ba3a4286d08da0d50b7176941112'
|
||||
'b09688a915a0ec8f40e2f5aacbabc9ad'
|
||||
'794b867e09451284c545bae112aa0cfd'
|
||||
'a290e0ab88b7b4675cd20f5a2befc8cb')
|
||||
|
||||
install=btrfs-progs.install
|
||||
options=(!staticlibs)
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
./autogen.sh
|
||||
@ -58,3 +59,4 @@ package() {
|
||||
|
||||
# vim:set ts=2 sw=2 ft=sh et:
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
pkgname=curl
|
||||
pkgver=7.53.0
|
||||
pkgver=7.53.1
|
||||
pkgrel=1
|
||||
pkgdesc="An URL retrieval utility and library"
|
||||
arch=('x86_64')
|
||||
@ -10,7 +10,7 @@ provides=('libcurl.so')
|
||||
options=('strip' 'debug')
|
||||
source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
|
||||
curlbuild.h)
|
||||
md5sums=('82b8d716386c3eb776a09993a54868dc'
|
||||
md5sums=('9e49bb4cb275bf4464e7b69eb48613c0'
|
||||
'SKIP'
|
||||
'751bd433ede935c8fae727377625a8ae')
|
||||
validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgname=nilfs-utils
|
||||
pkgver=2.2.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A log-structured file system supporting continuous snapshotting (userspace tools)"
|
||||
arch=('x86_64')
|
||||
url="http://nilfs.sourceforge.net/"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
pkgbase=nss
|
||||
pkgname=(nss ca-certificates-mozilla)
|
||||
pkgver=3.28.1
|
||||
pkgver=3.29.1
|
||||
pkgrel=1
|
||||
pkgdesc="Mozilla Network Security Services"
|
||||
arch=('x86_64')
|
||||
@ -17,7 +17,7 @@ source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RT
|
||||
bundle.sh
|
||||
nss.pc.in
|
||||
nss-config.in)
|
||||
sha256sums=('58cc0c05c0ed9523e6d820bea74f513538f48c87aac931876e3d3775de1a82ad'
|
||||
sha256sums=('47259bc5c4439d8228d7c577ea652ed140588f27eae8ebb39cc91057aea37366'
|
||||
'880b10445a9472826698fd186ca870a6492c1bbd264bbeed95cbedc6ee6041b2'
|
||||
'045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
|
||||
'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd'
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=parted
|
||||
pkgver=3.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A program for creating, destroying, resizing, checking and copying partitions"
|
||||
arch=('x86_64')
|
||||
license=('GPL3')
|
||||
@ -13,6 +13,7 @@ url="http://www.gnu.org/software/parted/parted.html"
|
||||
depends=('device-mapper' 'e2fsprogs')
|
||||
makedepends=('pkgconfig')
|
||||
install=${pkgname}.install
|
||||
options=('debug')
|
||||
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"
|
||||
'parted-735669-fat16-crash-v1.patch')
|
||||
md5sums=('0247b6a7b314f8edeb618159fa95f9cb'
|
||||
@ -27,7 +28,6 @@ build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--disable-debug \
|
||||
--disable-rpath
|
||||
make
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user