summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-07-21 10:34:21 +0800
committerlilac2020-07-21 10:34:21 +0800
commit74375ff9f43b201be089d2931e1538bb882be3bf (patch)
tree3ba4f0b92672b0f0ccef48843e6036926db6bba8
parent8add4e591b0c495b7d610ef88eb2f8370e3e8a30 (diff)
downloadaur-74375ff9f43b201be089d2931e1538bb882be3bf.tar.gz
[lilac] updated to 3.3.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88ff9ae8bac5..890f56cb3c0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moonplayer
pkgdesc = A qt font-end for mplayer with the abilities of watching and downloading videos from chinese network
- pkgver = 3.3
+ pkgver = 3.3.2
pkgrel = 1
url = https://github.com/coslyk/moonplayer
arch = i686
@@ -16,8 +16,8 @@ pkgbase = moonplayer
depends = qt5-quickcontrols
depends = qt5-quickcontrols2
depends = mpv
- source = moonplayer-3.3.tar.gz::https://github.com/coslyk/moonplayer/archive/v3.3.tar.gz
- sha1sums = 27278249ba1a3e29fe4eb926374b3a9d5ae361e3
+ source = moonplayer-3.3.2.tar.gz::https://github.com/coslyk/moonplayer/archive/v3.3.2.tar.gz
+ sha1sums = 89916679310a21bfbc85e847d4dd83a94871c030
pkgname = moonplayer
diff --git a/PKGBUILD b/PKGBUILD
index 82fe15b87b8c..a1c784e42935 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# contributer: rob.til.freedman@googlemail.com
pkgname=moonplayer
-pkgver=3.3
+pkgver=3.3.2
pkgrel=1
pkgdesc="A qt font-end for mplayer with the abilities of watching and downloading videos from chinese network"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('cmake' 'git' 'qt5-tools')
source=(
$pkgname-$pkgver.tar.gz::https://github.com/coslyk/moonplayer/archive/v$pkgver.tar.gz
)
-sha1sums=('27278249ba1a3e29fe4eb926374b3a9d5ae361e3')
+sha1sums=('89916679310a21bfbc85e847d4dd83a94871c030')
build() {
cd $srcdir/$pkgname-$pkgver