summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c08e6586101..889c71b62b48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,8 @@ pkgbase = boohu-git
license = ISC
makedepends = git
makedepends = go
- depends = glibc
provides = boohu
+ conflicts = boohu
source = boohu-git::git+https://github.com/anaseto/boohu.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4821d816daed..35d3d9c2e1d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@ pkgdesc="Break Out Of Hareka's Underground, a roguelike game."
arch=('i686' 'x86_64')
url='https://github.com/anaseto/boohu'
license=('ISC')
-depends=('glibc')
+depends=()
makedepends=('git' 'go')
provides=('boohu')
-#conflicts=()
+#conflicts=('boohu')
source=("$pkgname::git+https://github.com/anaseto/boohu.git")
md5sums=('SKIP')