summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzael Reyes2020-09-07 01:22:24 -0700
committerAzael Reyes2020-09-07 01:22:24 -0700
commit6eeabfa2905cc93a862d5e894279655e5bbf193d (patch)
tree277efbeeab9c1ae24af94caac5fc300e2b34652a
parentf7c66bbd81f897537c7483898e1947a7f8e591ab (diff)
downloadaur-6eeabfa2905cc93a862d5e894279655e5bbf193d.tar.gz
updating to v0.7.0-alpha
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13620e6274c8..98e8c1cf4cfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = octetos-coreutils
pkgdesc = Similar to coretils but is a C ++ API.
- pkgver = 0.4.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/azaeldevel/octetos-core.git
arch = x86_64
license = GPL
depends = octetos-core
- source = https://github.com/azaeldevel/octetos-coreutils/archive/0.4.0-alpha.1.tar.gz
- md5sums = 4b60a803e43489e0be67b52524d5bbb6
+ source = https://github.com/azaeldevel/octetos-coreutils/archive/0.7.0-alpha.tar.gz
+ md5sums = 3ff3acda32f6f6e5f02ff0c8f4f00521
pkgname = octetos-coreutils
diff --git a/PKGBUILD b/PKGBUILD
index 1f0cd89498fb..a5a42e7809ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=octetos-coreutils
-pkgver=0.4.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="Similar to coretils but is a C ++ API."
arch=('x86_64')
@@ -10,17 +10,17 @@ license=('GPL')
url="https://github.com/azaeldevel/octetos-core.git"
depends=('octetos-core')
#backup=('etc/nanorc')
-md5sums=('4b60a803e43489e0be67b52524d5bbb6')
-source=(https://github.com/azaeldevel/octetos-coreutils/archive/0.4.0-alpha.1.tar.gz)
+md5sums=('3ff3acda32f6f6e5f02ff0c8f4f00521')
+source=(https://github.com/azaeldevel/octetos-coreutils/archive/0.7.0-alpha.tar.gz)
build() {
- cd octetos-coreutils-0.4.0-alpha.1
+ cd octetos-coreutils-0.7.0-alpha
autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc
make
}
package() {
- cd octetos-coreutils-0.4.0-alpha.1
+ cd octetos-coreutils-0.7.0-alpha
make DESTDIR="${pkgdir}" install
}