summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcameel2020-06-14 18:53:19 +0200
committercameel2020-06-14 18:53:19 +0200
commit55552cbf4559dfe01070f9f0ddc4f3124511a5f6 (patch)
treec4555d116a8259761da3a4687decb0de0f682443
parent3a4d99d301cf13d721a518f3e653be351c78e21b (diff)
downloadaur-55552cbf4559dfe01070f9f0ddc4f3124511a5f6.tar.gz
Update to version 1.5.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0883616fae1..a34a464f1363 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = firefox-extension-youtube-classic
pkgdesc = Browser extension that restores the classic YouTube look (version for Firefox)
- pkgver = 1.5.2
+ pkgver = 1.5.3
pkgrel = 1
url = https://github.com/thisdotvoid/youtube-classic-extension
arch = any
license = MPL2
depends = firefox
- noextract = youtube_classic-1.5.2-fx.xpi
- source = https://addons.cdn.mozilla.net/user-media/addons/969546/youtube_classic-1.5.2-fx.xpi
- sha256sums = 619e32f1fec61d2afa60b7a23622db168d2a3c18da74234df985d191f42c5704
+ noextract = youtube_classic-1.5.3-fx.xpi
+ source = https://addons.cdn.mozilla.net/user-media/addons/969546/youtube_classic-1.5.3-fx.xpi
+ sha256sums = 8a9f159e709363d5c1585ddbed9b1c0049048cf15117ff4f53093cc6af315cd8
pkgname = firefox-extension-youtube-classic
diff --git a/PKGBUILD b/PKGBUILD
index 4cd0575a50b9..a2939abc6eba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kamil ƚliwak <cameel2@gmail.com>
_addon_name=youtube_classic
-_addon_version=1.5.2
+_addon_version=1.5.3
_addon_id=969546
_addon_filename="${_addon_name}-${_addon_version}-fx.xpi"
_gecko_id="{6acd0f4d-ab79-4b79-9b28-8bde65ae355c}"
@@ -16,7 +16,7 @@ license=('MPL2')
depends=("firefox")
source=("https://addons.cdn.mozilla.net/user-media/addons/${_addon_id}/${_addon_filename}")
noextract=("${_addon_filename}")
-sha256sums=('619e32f1fec61d2afa60b7a23622db168d2a3c18da74234df985d191f42c5704')
+sha256sums=('8a9f159e709363d5c1585ddbed9b1c0049048cf15117ff4f53093cc6af315cd8')
package() {
cd "${srcdir}"