Skip to content

Commit 14eb407

Browse files
committed
Update
1 parent 7f11270 commit 14eb407

File tree

3 files changed

+14
-45
lines changed

3 files changed

+14
-45
lines changed

cadvisor/cadvisor/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
pkgname=('cadvisor')
33
_srcname='cadvisor'
44
pkgdesc='Analyzes resource usage and performance characteristics of running containers'
5-
pkgver='0.39.3'
6-
_commit='899c56acc751a6055d22dca13e98418cea3c67b4'
5+
pkgver='0.47.2'
6+
_commit='6730be153c6b6cfc1a8782496b5c24ec2dfc0f56'
77
pkgrel='1'
88
arch=('i686' 'x86_64')
99
url="https://github.com/google/${_srcname}"
@@ -40,5 +40,5 @@ package() {
4040
export GOPATH="${srcdir}/gopath"
4141
cd "${GOPATH}/src/${_url_go}"
4242

43-
install -D --mode='755' cadvisor "${pkgdir}/usr/bin/cadvisor"
43+
install -D --mode='755' _output/cadvisor "${pkgdir}/usr/bin/cadvisor"
4444
}

ntp/PKGBUILD

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,43 @@
44

55
pkgname=ntp
66
_pkgname=ntp #-dev
7-
_pkgver=4.2.8p15
7+
_pkgver=4.2.8p17
88
pkgver=${_pkgver/p/.p}
9-
pkgrel=2
9+
pkgrel=1
1010
pkgdesc='Network Time Protocol reference implementation'
11-
url='http://www.ntp.org/'
11+
url='https://www.ntp.org/'
1212
license=('custom')
1313
arch=('x86_64')
1414
depends=('openssl' 'perl' 'libcap' 'libedit')
1515
backup=('etc/ntp.conf')
1616
source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${_pkgname}-${_pkgver}.tar.gz"
17-
'ntp-4.2.8_p15-glibc-2.34.patch'
1817
'ntp.conf'
1918
'ntpd.service'
2019
'ntpdate.service'
2120
'noroot.patch'
2221
'ntp.sysusers')
23-
sha1sums=('e34e5b6f48c3ed1bbcfb03080dec1b8f91e19381'
24-
'1423b8ef72a3806ed74affc1973f66ed7cfa2afb'
25-
'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
26-
'0cccca872385e0142888ab48d273fec0669b30a8'
27-
'059b382d1af0c55202e2d17f2ae065a2cbfec9ee'
22+
sha256sums=('103dd272e6a66c5b8df07dce5e9a02555fcd6f1397bdfb782237328e89d3a866'
23+
'abccefe0b3a65cd375d5071ce780be8d2d205439aa6d34bcd3c56de6e80ba821'
24+
'1edd7e7916766b4aebb4d96a5da4b0a1086f43d3e0e4ffc90c2e4f92bd13ce7e'
25+
'63b0f8c03905daecad3f901664db70a608519b6ca4f4e7b159ab2c971cffacf4'
2826
'SKIP'
29-
'e8d1c895eabeb45b1a5f096fa5fc3c088eb3ee71')
27+
'f839a3b6d8e64fcd9332274131b4d5aa0b2c272db072dc310af1735ef286746a')
3028
options=('!emptydirs')
3129

3230
prepare() {
33-
cd "${srcdir}/${_pkgname}-${_pkgver}"
34-
patch -Np1 -i ../ntp-4.2.8_p15-glibc-2.34.patch
31+
cd "${_pkgname}-${_pkgver}"
3532
patch --strip=1 --input="${srcdir}/noroot.patch"
3633
}
3734

3835
build() {
39-
cd "${srcdir}/${_pkgname}-${_pkgver}"
36+
cd "${_pkgname}-${_pkgver}"
4037

4138
./configure --prefix=/usr --libexecdir=/usr/lib --enable-linuxcaps --enable-ntp-signd
4239
make
4340
}
4441

4542
package() {
46-
cd "${srcdir}/${_pkgname}-${_pkgver}"
43+
cd "${_pkgname}-${_pkgver}"
4744

4845
make DESTDIR="${pkgdir}" install
4946

ntp/ntp-4.2.8_p15-glibc-2.34.patch

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)