From 0fac1749f5f017c65d11e3783beceea5e74be484 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 23 Jul 2018 06:39:29 +0200 Subject: extra/linux-pae: new version --- extra/linux-pae/PKGBUILD | 6 +++--- extra/linux-pae/config | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'extra') diff --git a/extra/linux-pae/PKGBUILD b/extra/linux-pae/PKGBUILD index 80da221f..f67e8991 100644 --- a/extra/linux-pae/PKGBUILD +++ b/extra/linux-pae/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=linux-pae # Build stock -ARCH kernel _srcname=linux-4.17 -pkgver=4.17.8 +pkgver=4.17.9 pkgrel=1 arch=('i686') url="https://www.kernel.org/" @@ -29,9 +29,9 @@ validpgpkeys=( ) sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13' 'SKIP' - '146f68fa5ded4c33f3bafba23224ed8fae2a27f701257c899c6a4a7fa61eb6d0' + '52131a497efaed724afaa7f7022249f8f8e6e555cbe407a6619908ed2ebcee89' 'SKIP' - 'bf04f144e4637534e484d9f168a93a0d07707c0f86e15f776568a4daa8cf9310' + '1510aa35b2fe488459d552a1f2897151ce55a1982d03f1d4d49762adb11a2f76' 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21' '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919' 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65' diff --git a/extra/linux-pae/config b/extra/linux-pae/config index 3a00533b..bd2286bb 100644 --- a/extra/linux-pae/config +++ b/extra/linux-pae/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.17.8-1 Kernel Configuration +# Linux/x86 4.17.9-1 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y -- cgit v1.2.3-54-g00ecf From 07bc63465bbc675dc56c6ef570c697a3b5c73e03 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 23 Jul 2018 08:25:02 +0200 Subject: removed cruft --- community/python-redis/tmp | 68 --------------------------------- extra/linux-pae/linux-4.17.tar.xz.part | Bin 6270976 -> 0 bytes 2 files changed, 68 deletions(-) delete mode 100644 community/python-redis/tmp delete mode 100644 extra/linux-pae/linux-4.17.tar.xz.part (limited to 'extra') diff --git a/community/python-redis/tmp b/community/python-redis/tmp deleted file mode 100644 index 6381b912..00000000 --- a/community/python-redis/tmp +++ /dev/null @@ -1,68 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Karol 'Kenji Takahashi' Woźniak -# Contributor: Pierre Gueth - -pkgbase=python-redis -pkgname=('python-redis' 'python2-redis') -pkgver=2.10.6 -pkgrel=1 -pkgdesc='The Python interface to the Redis key-value store' -arch=('any') -url="http://github.com/andymccurdy/redis-py" -license=('MIT') -makedepends=('python-setuptools' 'python2-setuptools') -checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 'python-pifpaf' 'redis') -source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz" precision.patch) -sha512sums=('e7df464bc3b26e23f6a0d2d2896306c1e4792b9a2a4ecaea6dd8690ffa17853cc85345f063307295dd3c2da399f7f203f4b21d785f7e073c0501732257419dad' 'SKIP') - -prepare() { - patch -p0 -i precision.patch - cp -a redis-$pkgver{,-py2} -} - -build() { - cd redis-$pkgver - python setup.py build - - cd ../redis-$pkgver-py2 - python2 setup.py build -} - -check() { - cd redis-$pkgver - pifpaf run redis py.test - - cd ../redis-$pkgver-py2 - pifpaf run redis py.test2 -} - -package_python-redis() { - depends=('python') - - cd redis-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - -package_python2-redis() { - depends=('python2') - - cd redis-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - -# vim:set ts=2 sw=2 et: -# see https://github.com/andymccurdy/redis-py/issues/899 - -source+=('precision.patch') -sha512sums+=('ccefada444c145f78098a37880bf7b1c7a2f2e24e92efc62f084610064c4391e4e0792a3e380ca940b73b15d703d5d0f166a8f7d8d17b9d84772b3e870fb74d5') - -eval "$( - declare -f prepare | \ - sed ' - /^{/ a \ - patch -p0 -i precision.patch - ' -)" diff --git a/extra/linux-pae/linux-4.17.tar.xz.part b/extra/linux-pae/linux-4.17.tar.xz.part deleted file mode 100644 index 448ee231..00000000 Binary files a/extra/linux-pae/linux-4.17.tar.xz.part and /dev/null differ -- cgit v1.2.3-54-g00ecf From e7f30a2201468911e42a8712b254009eae0a94a9 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 25 Jul 2018 11:58:47 +0200 Subject: extra/linux-pae: new version --- extra/linux-pae/PKGBUILD | 6 +++--- extra/linux-pae/config | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'extra') diff --git a/extra/linux-pae/PKGBUILD b/extra/linux-pae/PKGBUILD index f67e8991..28904b14 100644 --- a/extra/linux-pae/PKGBUILD +++ b/extra/linux-pae/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=linux-pae # Build stock -ARCH kernel _srcname=linux-4.17 -pkgver=4.17.9 +pkgver=4.17.10 pkgrel=1 arch=('i686') url="https://www.kernel.org/" @@ -29,9 +29,9 @@ validpgpkeys=( ) sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13' 'SKIP' - '52131a497efaed724afaa7f7022249f8f8e6e555cbe407a6619908ed2ebcee89' + '41ad005296c7a1b5245a87881f666b3f4d7aa05a6b9409454b2e473d473c4cee' 'SKIP' - '1510aa35b2fe488459d552a1f2897151ce55a1982d03f1d4d49762adb11a2f76' + '6eb872aa69991b1f700d533ec8b092be60d4c8203e1cb7da4d42d167337ec2ac' 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21' '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919' 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65' diff --git a/extra/linux-pae/config b/extra/linux-pae/config index bd2286bb..a4febc4e 100644 --- a/extra/linux-pae/config +++ b/extra/linux-pae/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.17.9-1 Kernel Configuration +# Linux/x86 4.17.10-1 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y -- cgit v1.2.3-54-g00ecf From 8756fcb2e930b1c246991db06d7f2e089f816c2f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 27 Jul 2018 08:22:27 +0200 Subject: extra/archiso: new version => new checksum --- extra/archiso/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/archiso/PKGBUILD b/extra/archiso/PKGBUILD index a962ad24..9ff3f3e6 100644 --- a/extra/archiso/PKGBUILD +++ b/extra/archiso/PKGBUILD @@ -5,7 +5,7 @@ url='https://git.archlinux32.org/archlinux32/archiso32' source=("https://sources.archlinux32.org/sources/${pkgname}32-i686-v${pkgver}.tar.gz"{,.sig}) unset sha256sums sha512sums=( - 'cb33d61a4985e4277e0503dc5ea52c16f15ff69b4af583fbf7a19cfa3c050d5d84e52071bfb337f48a8e7a7b51a0edd8980614c8fafb733e3c25a9bcf8fc6447' + 'ee6f912c09009f42389bf9eaea97a3e3c59122f20c2a62edbf57430f48777fc97d1b16853a4b08d5fa4c554804e2f27adbebdca2f55c2396ac45079c430ac144' 'SKIP' ) validpgpkeys=('DE9F7688CACF04FEB81A6C590AEEC90755DA7B5A') -- cgit v1.2.3-54-g00ecf