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 ff445682bb8f..9c73b0c979ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 19 15:50:35 UTC 2017
+# Fri Apr 21 16:38:07 UTC 2017
pkgbase = arc-firefox-theme
pkgdesc = Official Arc Firefox theme
- pkgver = 52.20170311
+ pkgver = 53.20170420
pkgrel = 1
url = https://github.com/horst3180/arc-firefox-theme/
arch = any
@@ -11,8 +11,8 @@ pkgbase = arc-firefox-theme
makedepends = unzip
depends = firefox
depends = arc-gtk-theme
- source = https://github.com/horst3180/arc-firefox-theme/archive/52.20170311.tar.gz
- sha256sums = e169a222b64aa776a08f740eccefadefb2a215ec2d684ea6f39f0795987b7c1d
+ source = https://github.com/horst3180/arc-firefox-theme/archive/53.20170420.tar.gz
+ sha256sums = ddb75b30194eddf173f47dbe6c9b23a119ac374d37487861d2177ae8b39bd153
pkgname = arc-firefox-theme
diff --git a/PKGBUILD b/PKGBUILD
index ca5ddb31882b..d1dfac6683e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=arc-firefox-theme
-pkgver=52.20170311
+pkgver=53.20170420
pkgrel=1
pkgdesc="Official Arc Firefox theme"
arch=('any')
@@ -10,7 +10,7 @@ license=('custom:MPL2.0')
depends=('firefox' 'arc-gtk-theme')
makedepends=('zip' 'unzip')
source=("https://github.com/horst3180/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('e169a222b64aa776a08f740eccefadefb2a215ec2d684ea6f39f0795987b7c1d')
+sha256sums=('ddb75b30194eddf173f47dbe6c9b23a119ac374d37487861d2177ae8b39bd153')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"