summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzael Reyes2020-11-01 19:47:18 -0800
committerAzael Reyes2020-11-01 19:47:18 -0800
commit6559bcce4911fcddebc26381aada987e84112c04 (patch)
treeeb3a160be8f615418a8e29bd4a9d0226b10d7402
parent6eeabfa2905cc93a862d5e894279655e5bbf193d (diff)
downloadaur-6559bcce4911fcddebc26381aada987e84112c04.tar.gz
updating to 0.11.0-alpha
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98e8c1cf4cfa..ceca13775ee0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = octetos-coreutils
pkgdesc = Similar to coretils but is a C ++ API.
- pkgver = 0.7.0
+ pkgver = 0.11.0
pkgrel = 1
- url = https://github.com/azaeldevel/octetos-core.git
+ url = https://github.com/azaeldevel/octetos-coreutils.git
arch = x86_64
license = GPL
depends = octetos-core
- source = https://github.com/azaeldevel/octetos-coreutils/archive/0.7.0-alpha.tar.gz
- md5sums = 3ff3acda32f6f6e5f02ff0c8f4f00521
+ source = https://github.com/azaeldevel/octetos-coreutils/archive/0.11.0-alpha.tar.gz
+ md5sums = 6b4aca50889a405e026cd9b6e88a1b53
pkgname = octetos-coreutils
diff --git a/PKGBUILD b/PKGBUILD
index a5a42e7809ca..d50ee3325f0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,25 +2,25 @@
pkgname=octetos-coreutils
-pkgver=0.7.0
+pkgver=0.11.0
pkgrel=1
pkgdesc="Similar to coretils but is a C ++ API."
arch=('x86_64')
license=('GPL')
-url="https://github.com/azaeldevel/octetos-core.git"
+url="https://github.com/azaeldevel/octetos-coreutils.git"
depends=('octetos-core')
#backup=('etc/nanorc')
-md5sums=('3ff3acda32f6f6e5f02ff0c8f4f00521')
-source=(https://github.com/azaeldevel/octetos-coreutils/archive/0.7.0-alpha.tar.gz)
+md5sums=('6b4aca50889a405e026cd9b6e88a1b53')
+source=(https://github.com/azaeldevel/${pkgname}/archive/${pkgver}-alpha.tar.gz)
build() {
- cd octetos-coreutils-0.7.0-alpha
+ cd ${pkgname}-${pkgver}-alpha
autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc
make
}
package() {
- cd octetos-coreutils-0.7.0-alpha
+ cd ${pkgname}-${pkgver}-alpha
make DESTDIR="${pkgdir}" install
}