summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHendrik Sollich2016-11-08 13:56:37 +0100
committerHendrik Sollich2016-11-08 13:56:37 +0100
commit95b3cea3e981f0b058374c9fa70500f697dccd76 (patch)
tree9210638f82c54cde952a2979355316f5e33d9e4c
parentcd31756ceb87ea9a805c28ac51402c3ebbe49cb7 (diff)
downloadaur-95b3cea3e981f0b058374c9fa70500f697dccd76.tar.gz
added license and changed repo url
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92c9ac2978a7..77c864977a03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,10 @@ pkgver=v3.0.0RC # auto
pkgrel=1
makedepends=('rust' 'cargo' 'cmake')
arch=('i686' 'x86_64')
-source=("git+https://github.com/hoodie/asciii-rs.git")
+source=("git+https://github.com/ascii-dresden/asciii-rs.git")
md5sums=('SKIP')
+replaces=('asciii')
+license=('MIT/Apache-2.0')