summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy2024-01-28 04:44:03 +0700
committerVadim Yanitskiy2024-01-28 04:44:11 +0700
commit29e3f7229310fa3173dacd9672a0d8422fb62ca8 (patch)
tree66e59eef7d7ac3e72255546251dd8dec20df5c05
parent624f490197faace13b32df7601766f3a42966b1f (diff)
downloadaur-libasn1c-git.tar.gz
update $pkgver, $provides (find-libprovides), $source
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f5fa41ffd90..e572cc9cb35b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libasn1c-git
pkgdesc = runtime library of Lev Walkin's asn1c split out as separate library
- pkgver = 0.9.31.r3.g5e00d6f
+ pkgver = 0.9.36.r0.g7965ac7
pkgrel = 1
url = http://cgit.osmocom.org/libasn1c
arch = i686
@@ -10,10 +10,9 @@ pkgbase = libasn1c-git
license = GPL
makedepends = git
depends = talloc
- provides = libasn1c
+ provides = libasn1c.so=1-64
conflicts = libasn1c
- source = git+https://git.osmocom.org/libasn1c
+ source = git+https://gitea.osmocom.org/cellular-infrastructure/libasn1c.git
sha256sums = SKIP
pkgname = libasn1c-git
-
diff --git a/PKGBUILD b/PKGBUILD
index eea7446381ed..0d03a627a0cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Josef Miegl <josef@miegl.cz>
+# Maintainer: Vadim Yanitskiy <fixeria@osmocom.org>
+# Contributor: Josef Miegl <josef@miegl.cz>
pkgname=libasn1c-git
-pkgver=0.9.31.r3.g5e00d6f
+pkgver=0.9.36.r0.g7965ac7
pkgrel=1
pkgdesc="runtime library of Lev Walkin's asn1c split out as separate library"
url="http://cgit.osmocom.org/libasn1c"
@@ -9,9 +10,9 @@ arch=('i686' 'x86_64' 'aarch64' 'armv7h')
license=(GPL)
depends=('talloc')
makedepends=('git')
-provides=("${pkgname%-git}")
+provides=('libasn1c.so=1-64')
conflicts=("${pkgname%-git}")
-source=("git+https://git.osmocom.org/${pkgname%-git}")
+source=("git+https://gitea.osmocom.org/cellular-infrastructure/${pkgname%-git}.git")
sha256sums=('SKIP')
pkgver() {
@@ -26,7 +27,9 @@ prepare() {
build() {
cd "${pkgname%-git}"
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var
make
}