summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAzael Reyes2020-08-11 11:54:23 -0700
committerAzael Reyes2020-08-11 11:54:23 -0700
commit0961e48c5a4031b0fe599db0248f38ab2fca14f3 (patch)
treed88e3059a3a756dfeb675197be489e35382ee806 /PKGBUILD
parent5ed921b6c30ddd3106e82e3f5e359528dc5a5aa7 (diff)
downloadaur-0961e48c5a4031b0fe599db0248f38ab2fca14f3.tar.gz
updating to ver 2.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf730af5adf0..e0acce3f8294 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=octetos-core
-pkgver=2.0.0
+pkgver=2.3.1
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=('bison' 'libconfig' 'intltool')
#backup=('etc/nanorc')
-md5sums=('0379f9c6afe8ad5794ca9ea3b9438bda')
-source=(https://github.com/azaeldevel/octetos-core/archive/2.0.0-alpha.2.tar.gz)
+md5sums=('5eccd80fdadde558d9d93be996154901')
+source=(https://github.com/azaeldevel/octetos-core/archive/2.3.1-beta.1.tar.gz)
build() {
- cd octetos-core-2.0.0-alpha.2
+ cd octetos-core-2.3.1-beta.1
autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc
make
}
package() {
- cd octetos-core-2.0.0-alpha.2
+ cd octetos-core-2.3.1-beta.1
make DESTDIR="${pkgdir}" install
}