diff options
author | Michael Lass | 2017-12-22 14:17:51 +0100 |
---|---|---|
committer | Michael Lass | 2017-12-22 14:21:27 +0100 |
commit | 93eb25fa3bd715b707ba6fafbe23c1ff0df92ac1 (patch) | |
tree | 8b99830db318ceedafd335124070d46ebc273a1f /PKGBUILD | |
parent | 67e05fcda86380d55b29c6893c15453e219aedd6 (diff) | |
download | aur-93eb25fa3bd715b707ba6fafbe23c1ff0df92ac1.tar.gz |
Update to 1.6.22.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 28 |
1 files changed, 9 insertions, 19 deletions
@@ -5,7 +5,7 @@ # https://github.com/michaellass/AUR pkgname=openafs -pkgver=1.6.22 +pkgver=1.6.22.1 pkgrel=1 pkgdesc="Open source implementation of the AFS distributed file system" arch=('i686' 'x86_64' 'armv7h') @@ -26,18 +26,14 @@ source=(http://openafs.org/dl/${pkgver}/${pkgname}-${pkgver}-src.tar.bz2 0001-Adjust-RedHat-config-and-service-files.patch 0002-Add-configure-option-to-not-install-kauth.patch 0003-Do-not-install-kauth-manpages-when-kauth-is-disabled.patch - 0004-vol-add-missing-include-of-stdint.h-to-volinodes.h.patch - 0005-Correct-m4-conditionals-in-curses.m4.patch - 0006-gtx-link-against-libtinfo-if-termlib-is-seperated.patch + 0004-gtx-link-against-libtinfo-if-termlib-is-seperated.patch tmpfiles.d-openafs.conf) -sha256sums=('835410b75d14aec1ac6a1138d8194897f1badeffa3a0c282963ad51996712347' - '0e177e007ea802891d23bcecd5a836f7c768e9af0d70aab4259233cd2d474a0f' - 'd8f7a86b38e23b4cf87e0ee2316dff7181bbc665bda67a675dc038ee863d75e9' - '58d4c6ccf6593c1d636f754151f519f1739fadb8b58f09876eac1b186830d53b' - '637301787ee0097c879065f1f22a3b240692d97f5d735ec1a3bfb12571c761c6' - 'a4a944df1b23a1ae90b9af05382b09a624ec80629f3c307dc9f8b245ace7b73e' - '0e374c821390685fbb90beab178da9381e765b57608e95ed339d864facd71150' - 'ee998d2e06c5443f19cfbad811459e962052c1adabf29058d3802dbe54c22681' +sha256sums=('5c617948b6bf5a079c14fb7ee86b99e97d23fe6267ca5e079364acc3f55ccea6' + 'e3311dbeabd0294d4b5834c6e1c21477e7dbf3856622255924b2d39d9185e5a0' + '02def7965bdca50b27ab96b9232cf83a9925bd2ff3f5c5f8e1849ccf884ca246' + '1b4bd52e9f82eee9d687b0b3c37800d75181922ec81d0cd33314d1689fe66f34' + 'b9bac6683202a47366f69bc144d505be6f4a8123913f832b539ac44c1c27b462' + 'd0f0fef4ce6704708ed27f9de3b91b10538961668a84d9a10768bb69370867d1' '18d7b0173bbffbdc212f4e58c5b3ce369adf868452aabc3485f2a6a2ddb35d68') # If you need the kauth tools set this to 1. But be aware that these tools @@ -54,18 +50,12 @@ prepare() { patch -p1 < ${srcdir}/0002-Add-configure-option-to-not-install-kauth.patch patch -p1 < ${srcdir}/0003-Do-not-install-kauth-manpages-when-kauth-is-disabled.patch - # Fix missing include of stdint.h (under review: https://gerrit.openafs.org/12724/) - patch -p1 < ${srcdir}/0004-vol-add-missing-include-of-stdint.h-to-volinodes.h.patch - - # Fix curses checks during configure (https://gerrit.openafs.org/12740/) - patch -p1 < ${srcdir}/0005-Correct-m4-conditionals-in-curses.m4.patch - # Fix build when ncurses was compiled with --with-termlib=tinfo # https://rt.central.org/rt/Ticket/Display.html?id=134420 # https://gerrit.openafs.org/12760/ # Should not be required anymore: https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ncurses&id=987faeb8442d44e76a7a58642e8e6432eb220c25 # but let's keep it for future ncurses updates. - patch -p1 < ${srcdir}/0006-gtx-link-against-libtinfo-if-termlib-is-seperated.patch + patch -p1 < ${srcdir}/0004-gtx-link-against-libtinfo-if-termlib-is-seperated.patch # Only needed when changes to configure were made ./regen.sh -q |