summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuijie Yu2021-08-10 11:05:14 -0400
committerRuijie Yu2021-08-10 11:05:14 -0400
commit3f507e989489937a3642e1ffc7896691314cda05 (patch)
tree903945f83e7dd16415df8f4d10e3d71c08bb0bbf
parent004d2a2bfc44bee514526a78989428f52552dae2 (diff)
downloadaur-3f507e989489937a3642e1ffc7896691314cda05.tar.gz
removed useless makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc0fd149d3a0..c7a2b901965d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = emacs-pyim-basedict
url = https://github.com/tumashu/pyim-basedict
arch = any
license = GPL
- makedepends = emacs
depends = emacs
depends = emacs-pyim
source = emacs-pyim-basedict-pkgver.tar.gz::https://github.com/tumashu/pyim-basedict/archive/7495c974ada99f9fed96d8e85d8b97dabce9532c.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index cbd6c92b9c70..5aaefaf4455c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ depends=(
emacs
emacs-pyim
)
-makedepends=(emacs)
# release commit hash
GIT_HASH='7495c974ada99f9fed96d8e85d8b97dabce9532c'
source=("$pkgname-pkgver.tar.gz::$url/archive/$GIT_HASH.tar.gz")