summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac849e8e424e..a7748715aa56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minitube-bin
pkgdesc = Native YouTube client in Qt, watch YouTube videos without Flash Player. Prebuilt binary with included Google API key.
- pkgver = 3.7
+ pkgver = 3.8.1
pkgrel = 1
url = https://flavio.tordini.org/minitube
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = minitube-bin
depends = qt5-x11extras
provides = minitube
conflicts = minitube
- source_x86_64 = minitube-bin-x64-2021-02-04-23-00.deb::http://flavio.tordini.org/files/minitube/minitube.deb
- sha256sums_x86_64 = 65198971e4f7e4db29b856a9e434d890a347e1df0db29f7a313916ebec6762f4
+ source_x86_64 = minitube-bin-x64-2021-02-27-17-38.deb::http://flavio.tordini.org/files/minitube/minitube.deb
+ sha256sums_x86_64 = 1da08cf7aba8d2d77e3c9c7e005680eff664bcc73dcb610b949be00241681322
pkgname = minitube-bin
diff --git a/PKGBUILD b/PKGBUILD
index e92536daccc9..a10980f5c89e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: dreieck
pkgname=minitube-bin
-pkgver=3.7
+pkgver=3.8.1
pkgrel=1
pkgdesc="Native YouTube client in Qt, watch YouTube videos without Flash Player. Prebuilt binary with included Google API key."
arch=(x86_64)
@@ -12,7 +12,7 @@ depends=(mpv qt5-declarative qt5-x11extras)
provides=(minitube)
conflicts=(minitube)
source_x86_64=("${pkgname}-x64-$(date +%F-%H-%M).deb::http://flavio.tordini.org/files/minitube/minitube.deb")
-sha256sums_x86_64=('65198971e4f7e4db29b856a9e434d890a347e1df0db29f7a313916ebec6762f4')
+sha256sums_x86_64=('1da08cf7aba8d2d77e3c9c7e005680eff664bcc73dcb610b949be00241681322')
package() {
cd "${pkgdir}"