mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/libbloom to 1.6-1
This commit is contained in:
parent
a9e300830e
commit
c6df75f3eb
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# - set BITS=default instead of MM=" "
|
||||
|
||||
pkgname=libbloom
|
||||
pkgver=1.5
|
||||
pkgver=1.6
|
||||
pkgrel=1
|
||||
pkgdesc="A simple and small bloom filter implementation in plain C"
|
||||
arch=('x86_64')
|
||||
|
@ -12,7 +12,7 @@ url="https://github.com/jvirkki/libbloom"
|
|||
license=('BSD')
|
||||
depends=('glibc')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/jvirkki/libbloom/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('0dd69e3ee102e5808ba4350c71d212876db56235e263f8d5a66d6c3616d2e51cc18b5ca3a5a946d79c12751d9cc5667f7c633d77645c4b88a4d16ea344b51929')
|
||||
sha512sums=('3dd4343d68def05800dd6ffc5a05b05d0702a8c0c9f0a397f105d4389c88a7bffa419734aeb4fa4e1a2c418b12a8192fa27ddcbaeee72906450d64cbfd64db15')
|
||||
|
||||
build() {
|
||||
cd libbloom-$pkgver
|
||||
|
|
Loading…
Reference in a new issue