summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzael Reyes2021-03-18 19:28:24 -0700
committerAzael Reyes2021-03-18 19:28:24 -0700
commit6a0f20a2540ae242bbc4a2ecc0369d52d3897fe3 (patch)
treebf355eb35a3e5098408b94b5c1916ebb988a59d5
parentaa9e5036ceab49edbed9563ab72d069821b2e2bd (diff)
downloadaur-6a0f20a2540ae242bbc4a2ecc0369d52d3897fe3.tar.gz
updating 0.12.0-alpha
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41183a218d7a..09018e6f15ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = octetos-coreutils
pkgdesc = Similar to coretils but is a C ++ API.
- pkgver = 0.11.1
+ pkgver = 0.12.0
pkgrel = 1
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.11.1-alpha.tar.gz
- md5sums = b19aa1b002deceee3872f4dc6bc7de9e
+ depends = check
+ source = https://github.com/azaeldevel/octetos-coreutils/archive/0.12.0-alpha.tar.gz
+ md5sums = 9875ca291a9f6bd717d2a8b75d0aa8eb
pkgname = octetos-coreutils
diff --git a/PKGBUILD b/PKGBUILD
index 4a12010fadd7..3f369583c244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=octetos-coreutils
-pkgver=0.11.1
+pkgver=0.12.0
pkgrel=1
pkgdesc="Similar to coretils but is a C ++ API."
arch=('x86_64')
license=('GPL')
url="https://github.com/azaeldevel/octetos-coreutils.git"
-depends=('octetos-core')
+depends=('octetos-core' 'check')
#backup=('etc/nanorc')
-md5sums=('b19aa1b002deceee3872f4dc6bc7de9e')
+md5sums=('9875ca291a9f6bd717d2a8b75d0aa8eb')
source=(https://github.com/azaeldevel/${pkgname}/archive/${pkgver}-alpha.tar.gz)
build() {