summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorruki2019-04-02 23:33:16 +0800
committerruki2019-04-02 15:19:38 +0800
commitf96438fc4e8838ac15b4d862be64173e7887d447 (patch)
tree585084a8a8e9f02cba996356c68efd37052ac4c6
parentb08db973d156b327e16f99405a5084eab59c03d3 (diff)
downloadaur-f96438fc4e8838ac15b4d862be64173e7887d447.tar.gz
update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e8d661283bb..90396e5296fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Apr 1 13:45:07 UTC 2019
+# Tue Apr 2 07:19:00 UTC 2019
pkgbase = xmake
pkgdesc = A make-like build utility based on Lua
- pkgver = 2.2.3
+ pkgver = 2.2.5
pkgrel = 1
url = https://github.com/xmake-io/xmake
arch = i686
arch = x86_64
license = Apache
- source = xmake.zip::https://github.com/xmake-io/xmake/archive/v2.2.3.zip
+ source = xmake.zip::https://github.com/xmake-io/xmake/archive/v2.2.5.zip
sha256sums = 20e9bd6684be429d20cda69ff16e0fdacaaade80760a87c9e42b54e3661f214e
pkgname = xmake
diff --git a/PKGBUILD b/PKGBUILD
index 754171ae8c34..16f657f58328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBuild Create By: lumpyzhu <lumpy.zhu@gmail.com>
pkgname=xmake
-pkgver=2.2.3
+pkgver=2.2.5
pkgrel=1
pkgdesc="A make-like build utility based on Lua"
arch=('i686' 'x86_64')