summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-03-19 16:51:04 +0100
committerJakob Gahde2017-03-19 16:51:04 +0100
commit095ae23fd9c75c7bdb20b0903d6ec8aea8e62f48 (patch)
tree094f31ad1816459c33b3d6ea1538a9f191178ef5 /PKGBUILD
parent0a039fc156eab7da83d6c5829bfbc7569cb6c3ef (diff)
downloadaur-095ae23fd9c75c7bdb20b0903d6ec8aea8e62f48.tar.gz
arc-firefox-theme 52.20170311-1: New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
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
}