summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinícius dos Santos Oliveira2017-10-30 09:49:17 -0300
committerVinícius dos Santos Oliveira2017-10-30 09:49:17 -0300
commit8fb24d6dfeff31c795f691e3579ec9eaeff04a78 (patch)
treeb58ce4ef12d02f5eaba4a175e8e156c9a75e5ff3
parenta21c3ffa3d82f49c1031452901d322a1099b7188 (diff)
downloadaur-8fb24d6dfeff31c795f691e3579ec9eaeff04a78.tar.gz
new release yay
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b1e3e4bb8b3..6838be6c96c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Oct 19 20:39:31 UTC 2017
+# Mon Oct 30 12:47:08 UTC 2017
pkgbase = tufao
pkgdesc = An asynchronous web framework for C++ built on top of Qt
pkgver = 1.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vinipsmaker/tufao
arch = i686
arch = x86_64
license = LGPL2
makedepends = cmake
depends = qt5-base
- source = tufao::git+file:///home/vinipsmaker/Projetos/archive/tufao/.git#tag=#{pkgver}
- source = boost.http::git+file:///home/vinipsmaker/Projetos/boost.http/.git#commit=0a02eab2aedb743ad96f0aa9aa0d570e58dc7e41
+ source = tufao::git+https://github.com/vinipsmaker/tufao.git#tag=1.4.4
+ source = boost.http::git+https://github.com/BoostGSoC14/boost.http.git#commit=0a02eab2aedb743ad96f0aa9aa0d570e58dc7e41
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2a430b44b321..d40d0de4cea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
pkgname=tufao
pkgver=1.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="An asynchronous web framework for C++ built on top of Qt"
arch=('i686' 'x86_64')
url="https://github.com/vinipsmaker/tufao"
license=('LGPL2')
depends=('qt5-base')
makedepends=('cmake')
-source=("${pkgname}::git+file:///home/vinipsmaker/Projetos/archive/tufao/.git#tag=${pkgver}"
- "boost.http::git+file:///home/vinipsmaker/Projetos/boost.http/.git#commit=0a02eab2aedb743ad96f0aa9aa0d570e58dc7e41")
+source=("${pkgname}::git+https://github.com/vinipsmaker/tufao.git#tag=${pkgver}"
+ "boost.http::git+https://github.com/BoostGSoC14/boost.http.git#commit=0a02eab2aedb743ad96f0aa9aa0d570e58dc7e41")
md5sums=('SKIP' 'SKIP')
prepare() {