summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhamki2021-06-18 01:21:12 +0800
committerhamki2021-06-18 01:21:12 +0800
commit702475d5237975813ca7b33cda47c0984a61c260 (patch)
treee7bdc3d8b4544cffefb1b46311865954992ed409 /PKGBUILD
parent8e4a49302a901bf288133d778187e90a51eddba1 (diff)
downloadaur-emacs-use-package.tar.gz
fix PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e702abde7e1..a40a066f8373 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ url="https://github.com/jwiegley/use-package"
arch=('any')
license=('GPL3')
depends=('emacs')
-makedepends=('emacs')
-provides=('emacs-use-package')
+makedepends=()
+provides=()
source=("https://github.com/jwiegley/use-package/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('d4f702e79438ce2712b943b3c551d320171c1cf65325c184b2d456e99aaa0051')