diff --git a/PKGBUILD b/PKGBUILD index 15936d8..5172e21 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.1.0.17.gfb722a9 pkgrel=1 pkgdesc="Basic cross platform IO library" arch=('i686' 'x86_64') -source=("${pkgname%-*}::git+https://github.com/Antidote/Athena.git#branch=atdna") +source=("${pkgname%-*}::git+https://github.com/Antidote/Athena.git") options=(staticlibs) license="MIT" makedepends=('git qt5-base sed') diff --git a/atdna/PKGBUILD b/atdna/PKGBUILD index 5f606a5..5c49e19 100644 --- a/atdna/PKGBUILD +++ b/atdna/PKGBUILD @@ -1,11 +1,11 @@ # PKGBUILD for atdna _pkgname=atdna pkgname=$_pkgname-git -pkgver=1.1.0.22.gec4ac68 +pkgver=1.1.0.23.g647f9c4 pkgrel=1 pkgdesc="Companion DNA utility for libAthena" arch=('i686' 'x86_64') -source=("${pkgname%-*}::git+https://github.com/Antidote/Athena.git#branch=atdna") +source=("${pkgname%-*}::git+https://github.com/Antidote/Athena.git") options=(staticlibs) license="MIT" makedepends=('git qt5-base sed clang libathena-git') diff --git a/atdna/test.hpp b/atdna/test.hpp index 886c412..7d7d97f 100644 --- a/atdna/test.hpp +++ b/atdna/test.hpp @@ -1,4 +1,3 @@ -#include #include using namespace Athena;