summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAzael Reyes2020-09-14 17:24:13 -0700
committerAzael Reyes2020-09-14 17:24:13 -0700
commitef92f6961abe33ae1a87eec0cda150fd1abba675 (patch)
treeec1a0343ebf480fb297c1cc4d26e0eef0b5e9192 /PKGBUILD
parent202052d4cb23826a2911462a3eec1d36e9153e9f (diff)
downloadaur-ef92f6961abe33ae1a87eec0cda150fd1abba675.tar.gz
updating to 2.5.0-alpha
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73674a5d0c0e..5443b9ad57c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,25 +2,25 @@
pkgname=octetos-core
-pkgver=2.3.3
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
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')
#backup=('etc/nanorc')
-md5sums=('123c69ecf4ab034be8dced45fa9c3af1')
-source=(https://github.com/azaeldevel/octetos-core/archive/2.3.3-beta.tar.gz)
+md5sums=('c85028bac2a68bc415a0210a33fa3d3e')
+source=(https://github.com/azaeldevel/octetos-core/archive/2.5.0-alpha.tar.gz)
build() {
- cd octetos-core-2.3.3-beta
+ cd octetos-core-2.5.0-alpha
autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc
make
}
package() {
- cd octetos-core-2.3.3-beta
+ cd octetos-core-2.5.0-alpha
make DESTDIR="${pkgdir}" install
}