summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-03-19 16:51:04 +0100
committerJakob Gahde2017-03-19 16:51:04 +0100
commit095ae23fd9c75c7bdb20b0903d6ec8aea8e62f48 (patch)
tree094f31ad1816459c33b3d6ea1538a9f191178ef5
parent0a039fc156eab7da83d6c5829bfbc7569cb6c3ef (diff)
downloadaur-095ae23fd9c75c7bdb20b0903d6ec8aea8e62f48.tar.gz
arc-firefox-theme 52.20170311-1: New version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3fa6f98a6a3..ff445682bb8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 11 08:47:38 UTC 2017
+# Sun Mar 19 15:50:35 UTC 2017
pkgbase = arc-firefox-theme
pkgdesc = Official Arc Firefox theme
- pkgver = 51.20170123
+ pkgver = 52.20170311
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/51.20170123.tar.gz
- sha256sums = b398a3f674a076fe4a08df17db8afacdd45e143a2eea7194a8fe2735534f23cc
+ source = https://github.com/horst3180/arc-firefox-theme/archive/52.20170311.tar.gz
+ sha256sums = e169a222b64aa776a08f740eccefadefb2a215ec2d684ea6f39f0795987b7c1d
pkgname = arc-firefox-theme
diff --git a/PKGBUILD b/PKGBUILD
index d076f8a65ea7..ca5ddb31882b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=arc-firefox-theme
-pkgver=51.20170123
+pkgver=52.20170311
pkgrel=1
pkgdesc="Official Arc Firefox theme"
arch=('any')
@@ -10,14 +10,12 @@ license=('custom:MPL2.0')
depends=('firefox' 'arc-gtk-theme')
makedepends=('zip' 'unzip')
source=("https://github.com/horst3180/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('b398a3f674a076fe4a08df17db8afacdd45e143a2eea7194a8fe2735534f23cc')
+sha256sums=('e169a222b64aa776a08f740eccefadefb2a215ec2d684ea6f39f0795987b7c1d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./autogen.sh \
- --prefix=/usr
-
+ ./autogen.sh --prefix=/usr
make
}