summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjadelord2016-03-24 19:53:35 +0100
committerjadelord2016-03-24 19:53:35 +0100
commitac010f6daf208e9e87c4635fc137ce8bed027396 (patch)
tree7e735efc6feaed5742a833ef76119dd0da72e4c4
parent15abb57078ec3bcd7195ae71ea5fa5531ea00473 (diff)
downloadaur-ac010f6daf208e9e87c4635fc137ce8bed027396.tar.gz
Wrong md5sums in the Debian pkg.
Manually added sha256sums.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD16
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da63e8c28a4f..ad7e51d0d832 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jan 6 22:59:22 UTC 2016
+# Thu Mar 24 18:36:47 UTC 2016
pkgbase = sendanywhere
pkgdesc = Direct file sharing across all platforms/devices. Send Anywhere is a multi-platform file sharing service where users can directly share digital content in real time.
- pkgver = 1.12.18
- pkgrel = 3
+ pkgver = 2.3.15
+ pkgrel = 1
url = https://www.send-anywhere.com
install = sendanywhere.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 24fc7ea736f3..3655298ed36e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ashwin Vishnu <ashuwish+arch at gmail dot com>
pkgname=sendanywhere
-pkgver=1.12.18
-pkgrel=3
+pkgver=2.3.15
+pkgrel=1
pkgdesc="Direct file sharing across all platforms/devices. Send Anywhere is a multi-platform file sharing service where users can directly share digital content in real time."
arch=('i686' 'x86_64')
url="https://www.send-anywhere.com"
@@ -13,8 +13,10 @@ install=$pkgname.install
depends=('gcc-libs>=4.6.3' 'glibc>=2.15' 'postgresql-libs' 'qt5-svg' 'gtk2')
source_i686=("https://update.send-anywhere.com/linux_downloads/sendanywhere_latest_i386.deb")
source_x86_64=("https://update.send-anywhere.com/linux_downloads/sendanywhere_latest_amd64.deb")
-sha256sums_i686=('SKIP')
-sha256sums_x86_64=('SKIP')
+# sha256sums_i686=('SKIP')
+# sha256sums_x86_64=('SKIP')
+sha256sums_i686=('f26538a9922272bdbdc0f0df9e36a7a0b6958aab065a9083bb95bea9f0951291')
+sha256sums_x86_64=('b6ceaafac14557225eb6b5665deb68bfc93b6a341add93f613578562aee3f85f')
pkgver() {
cd $srcdir
@@ -23,12 +25,10 @@ pkgver() {
}
prepare() {
- # Instead of
- # dpkg -x "$srcdir/$_filename" "$pkgdir"
cd $srcdir
bsdtar xJf data.tar.xz
- echo '==> Checking integrity with MD5sums.'
- md5sum -c md5sums --strict --quiet
+ # echo '==> Checking integrity with MD5sums.'
+ # md5sum -c md5sums --strict --quiet
}
package() {