summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzael Reyes2020-11-15 21:08:35 -0800
committerAzael Reyes2020-11-15 21:08:35 -0800
commit53d0bef6fc7035381b3467d4906bb0a56fec5dad (patch)
treea2c13f98114beb1a96368054435c380fd536dbfa
parente76bf557cc59b4f6e26372b2ea3763c1d199c3b9 (diff)
downloadaur-53d0bef6fc7035381b3467d4906bb0a56fec5dad.tar.gz
fixed dlfcn.h's being in msys2 and is not necesary.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fed7c8d49f7f..6cbbca01c8f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = octetos-core
pkgdesc = C/C++ library to mainly provide Semantic Versioned inplmetation
pkgver = 2.8.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/azaeldevel/octetos-core.git
arch = x86_64
license = GPL
@@ -10,6 +10,7 @@ pkgbase = octetos-core
depends = libconfig
depends = perl-xml-parser
depends = intltool
+ depends = cunit
source = https://github.com/azaeldevel/octetos-core/archive/2.8.4-beta.tar.gz
md5sums = 19e0b33707fc2d5a537d88e2be6cadb0
diff --git a/PKGBUILD b/PKGBUILD
index b78213c2816b..5b567cd27b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=octetos-core
pkgver=2.8.4
-pkgrel=1
+pkgrel=2
pkgdesc="C/C++ library to mainly provide Semantic Versioned inplmetation"
arch=('x86_64')
license=('GPL')
url="https://github.com/azaeldevel/octetos-core.git"
-depends=('gcc' 'bison' 'libconfig' 'perl-xml-parser' 'intltool')
+depends=('gcc' 'bison' 'libconfig' 'perl-xml-parser' 'intltool' 'cunit')
#backup=('etc/nanorc')
md5sums=('19e0b33707fc2d5a537d88e2be6cadb0')
source=(https://github.com/azaeldevel/$pkgname/archive/$pkgver-beta.tar.gz)