summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjadelord2017-01-04 12:32:54 +0100
committerjadelord2017-01-04 12:32:54 +0100
commit22e1f66c98cb094835f6e13a96a8b19e9aa402f1 (patch)
tree3dbcad9a6262144d09b83e98a58e6ae118fff3b2
parent1c99472e42cb36adc4b93ecab1fb9a49c79d0187 (diff)
downloadaur-22e1f66c98cb094835f6e13a96a8b19e9aa402f1.tar.gz
md5sums provided with debian package works now
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90a1eea6b2e8..d2e855767f9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jun 19 21:44:26 UTC 2016
+# Wed Jan 4 11:31:00 UTC 2017
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 = 2.6.3
@@ -18,9 +18,9 @@ pkgbase = sendanywhere
depends = gtk2
provides = sendanywhere
source_i686 = https://update.send-anywhere.com/linux_downloads/sendanywhere_latest_i386.deb
- md5sums_i686 = ecda4a4d993cd8c92051a27cf2d8f604
+ md5sums_i686 = SKIP
source_x86_64 = https://update.send-anywhere.com/linux_downloads/sendanywhere_latest_amd64.deb
- md5sums_x86_64 = ead96579d04a4a5a16f50f28473401a3
+ md5sums_x86_64 = SKIP
pkgname = sendanywhere
diff --git a/PKGBUILD b/PKGBUILD
index 52febb37a76d..f62aeb2b68b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sendanywhere
pkgver=2.6.3
-pkgrel=1
+pkgrel=2
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,10 +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")
-md5sums_i686=('ecda4a4d993cd8c92051a27cf2d8f604')
-md5sums_x86_64=('ead96579d04a4a5a16f50f28473401a3')
-# sha256sums_i686=('SKIP')
-# sha256sums_x86_64=('SKIP')
+# md5sums_i686=('ecda4a4d993cd8c92051a27cf2d8f604')
+# md5sums_x86_64=('ead96579d04a4a5a16f50f28473401a3')
+md5sums_i686=('SKIP')
+md5sums_x86_64=('SKIP')
pkgver() {
@@ -28,8 +28,8 @@ pkgver() {
prepare() {
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() {