summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-03-11 09:48:11 +0100
committerJakob Gahde2017-03-11 09:48:11 +0100
commit0a039fc156eab7da83d6c5829bfbc7569cb6c3ef (patch)
treecc4d1d584a0c3958efb38c420bac6da5a1a37727
parentc49de241091dca8e054123cf98ce2099692a386a (diff)
downloadaur-0a039fc156eab7da83d6c5829bfbc7569cb6c3ef.tar.gz
arc-firefox-theme 51.20170123-1: New version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7da79f40102..b3fa6f98a6a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 16 22:21:07 UTC 2016
+# Sat Mar 11 08:47:38 UTC 2017
pkgbase = arc-firefox-theme
pkgdesc = Official Arc Firefox theme
- pkgver = 50.20161114
+ pkgver = 51.20170123
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/50.20161114.tar.gz
- sha256sums = c229c66a66cc37c275a42c8f11a848b377f07896ab01bc0d6812e8fc7ee3f2c3
+ source = https://github.com/horst3180/arc-firefox-theme/archive/51.20170123.tar.gz
+ sha256sums = b398a3f674a076fe4a08df17db8afacdd45e143a2eea7194a8fe2735534f23cc
pkgname = arc-firefox-theme
diff --git a/PKGBUILD b/PKGBUILD
index 23e6a271246d..d076f8a65ea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=arc-firefox-theme
-pkgver=50.20161114
+pkgver=51.20170123
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=('c229c66a66cc37c275a42c8f11a848b377f07896ab01bc0d6812e8fc7ee3f2c3')
+sha256sums=('b398a3f674a076fe4a08df17db8afacdd45e143a2eea7194a8fe2735534f23cc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -25,5 +25,5 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
- install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}