summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Whitt2017-05-04 12:57:29 -0400
committerAlex Whitt2017-05-04 12:57:29 -0400
commit0c52d52baa8eca79e5d8334032b33ee6a73ae602 (patch)
tree94b944fb11fe26e3e7e8698cdb39a69b5587b2a2 /PKGBUILD
parent1b8f577367aa076bf90039f841a66f3396f5b8be (diff)
downloadaur-0c52d52baa8eca79e5d8334032b33ee6a73ae602.tar.gz
Adding sha256sums and install script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2a9b38b8f60..1033600cd8aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ depends=('emacs' 'emacs-font-lock-plus' 'ttf-font-awesome' 'ttf-material-design-
makedepends=('git')
provides=('emacs-all-the-icons')
source=("https://github.com/domtronn/all-the-icons.el/archive/${pkgver}.tar.gz")
-sha256sums=('SKIP')
+sha256sums=('9d8c96b316a0e4ba04f474e6bf1a567a2b92ef696d3872192d26abce1aa187bc')
+install=${pkgname}.install
build() {
cd "${srcdir}/all-the-icons.el-${pkgver}"