summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Whitt2017-05-04 12:00:33 -0400
committerAlex Whitt2017-05-04 12:00:33 -0400
commit698677fba3131399f4a538271ea9b105ce3e3169 (patch)
treed3c8a7d5fe110fcea059b667c6aa13e465193b97
parentb49e217f9f64529d4e3e9cf1198ff62eb1d076dc (diff)
downloadaur-698677fba3131399f4a538271ea9b105ce3e3169.tar.gz
Switching to sha256sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da850e7f5a46..0245c903d4f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 4 15:46:16 UTC 2017
+# Thu May 4 16:00:17 UTC 2017
pkgbase = emacs-pcap-mode
pkgdesc = Emacs lisp pcap file viewer
pkgver = 0.2
@@ -11,7 +11,7 @@ pkgbase = emacs-pcap-mode
depends = emacs
depends = wireshark-cli
source = emacs-pcap-mode-0.2.zip::https://github.com/orgcandman/pcap-mode/archive/master.zip
- md5sums = 7159de23bbb98b9f101ba4452ff456aa
+ sha256sums = 96efc7e9fd5889f9f9a209d136b2a0bd896cab7a4be6b48952660d1147df33f9
pkgname = emacs-pcap-mode
diff --git a/PKGBUILD b/PKGBUILD
index 7ad486dcc862..38b4d198246e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ url="https://github.com/${_pkgmaintainer}/${_pkgsrcname}"
license=('GPL2')
depends=('emacs' 'wireshark-cli')
source=("$pkgname-$pkgver.zip::https://github.com/${_pkgmaintainer}/${_pkgsrcname}/archive/master.zip")
-md5sums=('7159de23bbb98b9f101ba4452ff456aa')
+sha256sums=('96efc7e9fd5889f9f9a209d136b2a0bd896cab7a4be6b48952660d1147df33f9')
install=${pkgname}.install
build() {