summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-04-11 16:15:34 +0800
committerChocobo12023-04-11 16:15:34 +0800
commit3ce7b9bf0fe75da97a80044fecdc27050fc870e7 (patch)
tree9f790e47fdaeb4f57fdd02885ab71b9b3e69d5fa /PKGBUILD
parent31f073e9f3442601f4a8840b6906570fb66f25a4 (diff)
downloadaur-libxcrypt-git.tar.gz
upgpkg: libxcrypt-git 4.4.33.r8.g90c30b5-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97ea2691fac5..5160be52e431 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libxcrypt-git
-pkgver=4.4.17.r1.gb475497
+pkgver=4.4.33.r8.g90c30b5
pkgrel=1
pkgdesc="Library for one-way hashing of passwords"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/besser82/libxcrypt/"
license=('LGPL')
depends=('glibc')
makedepends=('git')
-provides=('libxcrypt' 'libcrypt.so')
+provides=("libxcrypt=$pkgver" 'libcrypt.so')
conflicts=('libxcrypt')
options=('staticlibs')
source=("git+https://github.com/besser82/libxcrypt.git")