diff options
author | haawda | 2019-04-15 21:42:48 +0200 |
---|---|---|
committer | haawda | 2019-04-15 21:42:48 +0200 |
commit | 6a0fa501fe2d2953daf8c9cb43a457c8840be6ff (patch) | |
tree | e17a7ff7dfe342a1d76c95b10bf312121b64b601 | |
parent | 28612e2b610d1ee17f16be86aa2e4986d84b9fde (diff) | |
download | aur-6a0fa501fe2d2953daf8c9cb43a457c8840be6ff.tar.gz |
update
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ pkgbase = emacs-company-mode depends = emacs provides = emacs-company-mode source = emacs-company-mode-0.9.10.tar.gz::https://github.com/company-mode/company-mode/archive/0.9.10.tar.gz - sha256sums = fc9a6fb2328ce5017386ff9888ee11ba6d1bcaadf6e13b07e47c355edb612d96 + sha256sums = 2308632ad0936dcf8bedc5748f97965348ca285b0a6248bd4c3ac9c9b29d8e82 pkgname = emacs-company-mode @@ -12,7 +12,7 @@ depends=('emacs') makedepends=('git') provides=('emacs-company-mode') source=("$pkgname-$pkgver.tar.gz::https://github.com/company-mode/company-mode/archive/${pkgver}.tar.gz") -sha256sums=('fc9a6fb2328ce5017386ff9888ee11ba6d1bcaadf6e13b07e47c355edb612d96') +sha256sums=('2308632ad0936dcf8bedc5748f97965348ca285b0a6248bd4c3ac9c9b29d8e82') build() { cd company-mode-${pkgver} |