summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8b848143aa3..2b35b5eddf1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libxcrypt-git
pkgdesc = Library for one-way hashing of passwords
- pkgver = 4.4.17.r1.gb475497
+ pkgver = 4.4.33.r8.g90c30b5
pkgrel = 1
url = https://github.com/besser82/libxcrypt/
arch = i686
@@ -8,7 +8,7 @@ pkgbase = libxcrypt-git
license = LGPL
makedepends = git
depends = glibc
- provides = libxcrypt
+ provides = libxcrypt=4.4.33.r8.g90c30b5
provides = libcrypt.so
conflicts = libxcrypt
options = staticlibs
@@ -16,4 +16,3 @@ pkgbase = libxcrypt-git
sha256sums = SKIP
pkgname = libxcrypt-git
-
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")