summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58be88bda779..361a6806f1be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = nytl-git
pkgdesc = C++17 header-only utility library
- pkgver = v0.2.alpha
+ pkgver = v0.3.alpha.r1.832e271
pkgrel = 1
url = https://github.com/nyorain/nytl
arch = any
- license = MIT
+ license = Boost
makedepends = git
+ makedepends = cmake
+ makedepends = gcc
source = git+https://github.com/nyorain/nytl.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index caebdbb16158..3d515b1cfd99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nyorain <nyorain at gmail dot com>
pkgname=nytl-git
-pkgver=v0.3.alpha
+pkgver=v0.3.alpha.r1.832e271
pkgrel=1
pkgdesc="C++17 header-only utility library"
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/nyorain/nytl"
license=('Boost')
groups=()
depends=()
-makedepends=('git')
+makedepends=('git' 'cmake' 'gcc')
provides=()
conflicts=()
replaces=()