mirror of
https://github.com/libAthena/athena.git
synced 2025-06-29 09:53:31 +00:00
Restored master branch for PKGBUILDs
This commit is contained in:
parent
647f9c4dec
commit
0bf9815fc0
2
PKGBUILD
2
PKGBUILD
@ -5,7 +5,7 @@ pkgver=1.1.0.17.gfb722a9
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Basic cross platform IO library"
|
pkgdesc="Basic cross platform IO library"
|
||||||
arch=('i686' 'x86_64')
|
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)
|
options=(staticlibs)
|
||||||
license="MIT"
|
license="MIT"
|
||||||
makedepends=('git qt5-base sed')
|
makedepends=('git qt5-base sed')
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# PKGBUILD for atdna
|
# PKGBUILD for atdna
|
||||||
_pkgname=atdna
|
_pkgname=atdna
|
||||||
pkgname=$_pkgname-git
|
pkgname=$_pkgname-git
|
||||||
pkgver=1.1.0.22.gec4ac68
|
pkgver=1.1.0.23.g647f9c4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Companion DNA utility for libAthena"
|
pkgdesc="Companion DNA utility for libAthena"
|
||||||
arch=('i686' 'x86_64')
|
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)
|
options=(staticlibs)
|
||||||
license="MIT"
|
license="MIT"
|
||||||
makedepends=('git qt5-base sed clang libathena-git')
|
makedepends=('git qt5-base sed clang libathena-git')
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include <stdint.h>
|
|
||||||
#include <Athena/DNA.hpp>
|
#include <Athena/DNA.hpp>
|
||||||
|
|
||||||
using namespace Athena;
|
using namespace Athena;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user