From 0bf9815fc02bb340410d7568958b9ef7f268f04f Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Tue, 16 Jun 2015 15:43:35 -1000 Subject: [PATCH] Restored master branch for PKGBUILDs --- PKGBUILD | 2 +- atdna/PKGBUILD | 4 ++-- atdna/test.hpp | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) 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;