summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-11 16:02:33 +0800
committerChocobo12023-04-11 16:02:33 +0800
commitfd544f7fbeaa80674b1eb69abf444819ebc63f9e (patch)
treeb2f973d268e34b14da3fffac715334c9c6654560
parenta7c977615b599673644cb4cbfd71dab10e1da870 (diff)
downloadaur-fd544f7fbeaa80674b1eb69abf444819ebc63f9e.tar.gz
upgpkg: libsodium-git 1.0.18.r575.g66a68f09-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78d45c86916a..6eea63185b9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libsodium-git
pkgdesc = A modern, portable, easy to use crypto library
- pkgver = 1.0.18.r291.g33b93592
+ pkgver = 1.0.18.r575.g66a68f09
pkgrel = 1
url = https://libsodium.org/
arch = i686
@@ -8,11 +8,10 @@ pkgbase = libsodium-git
license = custom:ISC
makedepends = git
depends = glibc
- provides = libsodium
+ provides = libsodium=1.0.18.r575.g66a68f09
conflicts = libsodium
options = staticlibs
source = git+https://github.com/jedisct1/libsodium.git
sha256sums = SKIP
pkgname = libsodium-git
-
diff --git a/PKGBUILD b/PKGBUILD
index fd7f42f867c8..37ac35a7042c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: sekret <sekret at posteo.se>
pkgname=libsodium-git
-pkgver=1.0.18.r291.g33b93592
+pkgver=1.0.18.r575.g66a68f09
pkgrel=1
pkgdesc="A modern, portable, easy to use crypto library"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="https://libsodium.org/"
license=('custom:ISC')
depends=('glibc')
makedepends=('git')
-provides=('libsodium')
+provides=("libsodium=$pkgver")
conflicts=('libsodium')
options=('staticlibs')
source=("git+https://github.com/jedisct1/libsodium.git")