summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormontag4512016-07-27 18:11:12 +0200
committermontag4512016-07-27 18:11:12 +0200
commitf401aa7d02b402d6209c674506b702697f65d0aa (patch)
tree03b46a70b06b3efdcb85aaa60ab4d668c322aa96
parent785f0c5f1e911aa1ab60913bba1eb790536eca59 (diff)
downloadaur-f401aa7d02b402d6209c674506b702697f65d0aa.tar.gz
Version: 0.9.27 Release: 2
Add a dependency to glibc
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d8716a7c159..718a108b9017 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=asn1c
pkgver=0.9.27
-pkgrel=1
+pkgrel=2
pkgdesc='Open Source ASN.1 Compiler'
arch=('i686' 'x86_64')
url='http://lionet.info/asn1c/compiler.html'
license=('BSD')
+depends=('glibc')
source=("http://lionet.info/soft/asn1c-${pkgver}.tar.gz")
sha512sums=('ac010087cb1412ba766463e2b93163e2fbd17556446a28a3e4a010bef1123881b1366827b0f8e612a7450f4bb92e959cdb4ac898d7015922485045e0b6e12e92')