summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEli Schwartz2020-08-27 19:50:14 -0400
committerEli Schwartz2020-08-27 19:50:14 -0400
commit35f1217a2c5677fed7d05339630acecdb9ed51c2 (patch)
tree5fe0b840cd7cd02841b096df7131235e7d99b31c /PKGBUILD
parent5aca7c83d5b0cd974608877336206fdd80081245 (diff)
downloadaur-35f1217a2c5677fed7d05339630acecdb9ed51c2.tar.gz
upgpkg: glibc-git 2.32.r69.g567b170501-1
... and also remove libcrypt.so since that was removed in glibc -2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8221ca1e3195..1307110da03b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds
pkgname=glibc-git
-pkgver=2.32.r35.gcd71f47acc
+pkgver=2.32.r69.g567b170501
pkgrel=1
pkgdesc='GNU C Library'
arch=('i686' 'x86_64')
@@ -117,7 +117,7 @@ package() {
rm -f "$pkgdir"/usr/bin/{tzselect,zdump,zic}
# Provided by libxcrypt; keep the old shared library for backwards compatibility
- rm -f "$pkgdir"/usr/include/crypt.h "$pkgdir"/usr/lib/libcrypt.a
+ rm -f "$pkgdir"/usr/include/crypt.h "$pkgdir"/usr/lib/libcrypt.{a,so}
# handle selectively stripping unless debug packages are requested
if check_option 'debug' n; then