diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 6 insertions, 8 deletions
@@ -1,11 +1,9 @@ pkgbase = cytoplasm-git pkgdesc = The Telodendria core library - pkgver = 0.4.1 + pkgver = 0.4.1.r51.gf5ce4f5 pkgrel = 2 url = https://git.telodendria.io/Telodendria/Cytoplasm - arch = i686 - arch = x86_64 - arch = aarch64 + arch = any license = Telodendria makedepends = git depends = openssl @@ -1,12 +1,12 @@ # Maintainer: LoaD Accumulator <lda@ari.lt> pkgname=cytoplasm-git -pkgver=0.4.1 +pkgver=0.4.1.r51.gf5ce4f5 pkgrel=2 pkgdesc="The Telodendria core library" -arch=('i686' 'x86_64' 'aarch64') +arch=('any') url="https://git.telodendria.io/Telodendria/Cytoplasm" license=('Telodendria') -depends=('openssl' 'lmdb') # The dependency onto LMDB is to prepare the transition +depends=('openssl' 'lmdb') makedepends=('git') provides=('cytoplasm') source=($pkgname::git+https://git.telodendria.io/Telodendria/Cytoplasm.git) @@ -24,7 +24,7 @@ pkgver() { build() { cd "$pkgname" - ./configure --prefix=$pkgdir/usr # --with-lmdb when lmdbwerk gets merged + ./configure --prefix=$pkgdir/usr --with-lmdb make } |