summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pacner2015-06-14 16:53:08 +0200
committerJan Pacner2015-06-14 16:53:08 +0200
commit212d14ae165c7f31ec6b934f08e040c0efa1f518 (patch)
tree41ecbfea82ed8bfeec88316817fcae32777a2ef1
parent683d76909bb2d5c3bb386b486354fe3e7b76794b (diff)
downloadaur-212d14ae165c7f31ec6b934f08e040c0efa1f518.tar.gz
add: replaces dao-lang-git into PKGBUILD
add: .gitignore file
-rw-r--r--.gitignore11
-rw-r--r--PKGBUILD3
2 files changed, 13 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..92d48fd8ade7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+DaoGObject/
+DaoGSL/
+DaoGenomeTools/
+DaoGraphics/
+DaoOpenGL/
+DaoSDL/
+DaoSQL/
+dao-git-*.pkg.tar.xz
+dao-modules/
+dao-tools/
+dao/
diff --git a/PKGBUILD b/PKGBUILD
index 211ed0760717..d6c63b0ecf51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_basename=dao
pkgname=${_basename}-git
-pkgver=1489.2c135a5
+pkgver=1491.50c0ac2
pkgrel=1
pkgdesc='A very lightweight, portable, optionally typed programming language and VM written in C featuring blazingly fast real concurrency, defer, OOP, AOP, LLVM JIT, bytecode, BNF macros, many advanced modules & bindings and much more!'
url='http://www.daovm.net/'
@@ -95,6 +95,7 @@ optdepends=(
provides=('dao')
conflicts=('dao')
+replaces=('dao-lang-git')
build() {
mv "$_basename-tools/"* "$_basename/tools/"