Restored master branch for PKGBUILDs

This commit is contained in:
Jack Andersen 2015-06-16 15:43:35 -10:00
parent 647f9c4dec
commit 0bf9815fc0
3 changed files with 3 additions and 4 deletions

View File

@ -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')

View File

@ -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')

View File

@ -1,4 +1,3 @@
#include <stdint.h>
#include <Athena/DNA.hpp>
using namespace Athena;