summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOGISAKA Sadata2018-11-18 21:34:25 +0900
committerNOGISAKA Sadata2018-11-18 21:34:25 +0900
commit4eb9504523ba5534e58679889f89f3223b5b1696 (patch)
treed487a6326ceea5440a046b1268e65bc8f027ab6a
parent7289fc9e96255afe49ae8c9a90a4d7d17e4ab18c (diff)
downloadaur-4eb9504523ba5534e58679889f89f3223b5b1696.tar.gz
Revise PKGBUILD and .gitignore
- Add python-setuptools to makedepends - Replace .gitignore to *.log in .gitignore (mistake...)
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 02e14c2833ec..d406bad96c2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
*.tar.gz
*.tar.xz
-.gitignore
+*.log
diff --git a/PKGBUILD b/PKGBUILD
index 0663c22c7f45..e9a9f01e9e3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url="https://github.com/studio-ousia/mojimoji"
arch=('x86_64' 'i686')
license=('Apache')
depends=('python')
+makedepends=('python-setuptools')
source=("https://github.com/studio-ousia/${_pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('340e4d7ae35ecef95bdbcbce4ba5b5a49df2af2d1570667e30cf176482c9ff31e028fd911854c3d0362cfe26aeb43276d4129d084a7f06e6d821eb157c3252cc')