summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAzael Reyes2020-09-26 12:16:57 -0700
committerAzael Reyes2020-09-26 12:16:57 -0700
commitc941d6473e2ec5c503a7aa1585a1746492777133 (patch)
tree3f6b9e96d3e774bc36832118e24688f428d5d375 /PKGBUILD
parentef92f6961abe33ae1a87eec0cda150fd1abba675 (diff)
downloadaur-c941d6473e2ec5c503a7aa1585a1746492777133.tar.gz
updating to 2.7.3-alpha
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5443b9ad57c3..581d20b7433e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=octetos-core
-pkgver=2.5.0
+pkgver=2.7.3
pkgrel=1
pkgdesc="C/C++ library to mainly provide Semantic Versioned inplmetation"
arch=('x86_64')
@@ -10,17 +10,17 @@ license=('GPL')
url="https://github.com/azaeldevel/octetos-core.git"
depends=('gcc' 'bison' 'libconfig' 'perl-xml-parser' 'intltool')
#backup=('etc/nanorc')
-md5sums=('c85028bac2a68bc415a0210a33fa3d3e')
-source=(https://github.com/azaeldevel/octetos-core/archive/2.5.0-alpha.tar.gz)
+md5sums=('f36caaccfe81ce0d275a73ab804dca01')
+source=(https://github.com/azaeldevel/octetos-core/archive/2.7.3-alpha.tar.gz)
build() {
- cd octetos-core-2.5.0-alpha
+ cd octetos-core-2.7.3-alpha
autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc
make
}
package() {
- cd octetos-core-2.5.0-alpha
+ cd octetos-core-2.7.3-alpha
make DESTDIR="${pkgdir}" install
}