summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2020-08-27 19:50:14 -0400
committerEli Schwartz2020-08-27 19:50:14 -0400
commit35f1217a2c5677fed7d05339630acecdb9ed51c2 (patch)
tree5fe0b840cd7cd02841b096df7131235e7d99b31c
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
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0c0cf942e81..b4f8c5e4b9b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glibc-git
pkgdesc = GNU C Library
- pkgver = 2.32.r35.gcd71f47acc
+ pkgver = 2.32.r69.g567b170501
pkgrel = 1
url = https://www.gnu.org/software/libc/
install = glibc-git.install
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