summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 064b81513b35..9be357153cf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Jun 23 22:07:07 UTC 2017
+# Thu Jul 13 17:10:39 UTC 2017
pkgbase = mooltiapp
pkgdesc = Mooltiapp Desktop
- pkgver = 2.0.80
+ pkgver = 2.0.82
pkgrel = 1
url = https://www.themooltipass.com/setup
arch = x86_64
license = custom
makedepends = desktop-file-utils
- source = https://github.com/limpkin/mooltiapp/releases/download/v2.0.80/MooltiApp_2.0.80_amd64.deb
- sha256sums = a3452356e26929e387dd2cca27cc8d94e75ea62eaea6bcd3087bb7282363a57d
+ source = https://github.com/limpkin/mooltiapp/releases/download/v2.0.82/MooltiApp_2.0.82_amd64.deb
+ sha256sums = b2d37bebef04152fe79b5f8da1741ad9cc66e092e41f14641cf8c151630fb9d8
pkgname = mooltiapp
diff --git a/PKGBUILD b/PKGBUILD
index 7f581a9eec38..89f1f0695b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=MooltiApp
pkgname=mooltiapp
-pkgver=2.0.80
+pkgver=2.0.82
pkgrel=1
pkgdesc="Mooltiapp Desktop"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('custom')
depends=()
makedepends=('desktop-file-utils')
source=("https://github.com/limpkin/mooltiapp/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb")
-sha256sums=('a3452356e26929e387dd2cca27cc8d94e75ea62eaea6bcd3087bb7282363a57d')
+sha256sums=('b2d37bebef04152fe79b5f8da1741ad9cc66e092e41f14641cf8c151630fb9d8')
package() {
bsdtar -O -xf "${_pkgname}_${pkgver}_amd64.deb" data.tar.xz | bsdtar -C "${pkgdir}" -xJf -