summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanny Arnold2015-12-10 13:26:31 +0100
committerDanny Arnold2015-12-10 13:26:31 +0100
commita947ca2ff83c181b034b752dbc97843a14eb39e9 (patch)
tree64275eadf8cbe8c8ea133e96467025919d03b29e
parentdfba3d679f12d7b77555c34ee05cda19ccb1192e (diff)
downloadaur-a947ca2ff83c181b034b752dbc97843a14eb39e9.tar.gz
fix wrong md5 hash
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51e5edb30beb..2423764fd4cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 01:37:17 UTC 2015
+# Thu Dec 10 12:25:41 UTC 2015
pkgbase = atom-editor-beta-bin
pkgdesc = Chrome-based text editor from Github - Beta Channel - Precompiled binary from official repository
pkgver = 1.4.0.beta0
@@ -24,7 +24,7 @@ pkgbase = atom-editor-beta-bin
options = !strip
source = atom-amd64-v1.4.0-beta0.deb::https://github.com/atom/atom/releases/download/v1.4.0-beta0/atom-amd64.deb
source = atom-python.patch
- md5sums = edb7a8b0a9eb4deb12c9143ca2d8b33a
+ md5sums = 790a451fdacc258aded78900246cc38b
md5sums = bec6d0ab5edca667f726dd84540626aa
pkgname = atom-editor-beta-bin
diff --git a/PKGBUILD b/PKGBUILD
index a68416cde636..2cf06293f702 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ depends=('git' 'gconf' 'gtk2' 'libnotify' 'libxtst' 'nss' 'python2' 'gvfs' 'xdg-
conflicts=('atom-editor-beta')
install=$pkgname.install
-md5sums=('edb7a8b0a9eb4deb12c9143ca2d8b33a'
+md5sums=('790a451fdacc258aded78900246cc38b'
'bec6d0ab5edca667f726dd84540626aa')
source=("atom-amd64-v${_ver}-${_beta}.deb::https://github.com/atom/atom/releases/download/v${_ver}-${_beta}/atom-amd64.deb"
atom-python.patch)