Date: Wednesday, January 25, 2023 @ 19:22:50
Author: foutrelis
Revision: 467358
upgpkg: compiler-rt14 14.0.6-2: rebuild to fix git conversion
Converting this package to a Git repo chokes on my previous directory
rearrangement. Let's see if a rebuild helps in this regard.
Modified:
compiler-rt14/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-25 18:04:25 UTC (rev 467357)
+++ PKGBUILD 2023-01-25 19:22:50 UTC (rev 467358)
@@ -3,7 +3,7 @@
pkgname=compiler-rt14
pkgver=14.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="Compiler runtime libraries for clang 14"
arch=('x86_64')
url="https://compiler-rt.llvm.org/"