summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshhar Hasan2017-04-13 21:09:40 +0530
committerAshhar Hasan2017-04-13 21:09:55 +0530
commit8ebb6fb5dc04dfb2290ecd21a7645c19a307cb44 (patch)
treed15ecfeb633726a46238ed48bb21d7eaf22780ac
parent709195595151034e55267e89d385bc111838c727 (diff)
downloadaur-arc-firefox-theme-git.tar.gz
Add: arch=any, optdepends on arc-gtk-theme
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f438342a2ae..9961e0dc5b1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
-# Generated by mksrcinfo v8
-# Thu Feb 11 21:18:02 UTC 2016
pkgbase = arc-firefox-theme-git
pkgdesc = Arc Firefox Theme
- pkgver = latest
- pkgrel = 3
+ pkgver = 20170311.25b18b8
+ pkgrel = 2
url = https://github.com/horst3180/arc-firefox-theme
- arch = i686
- arch = x86_64
- license = Mozilla Public License version 2.0
+ arch = any
+ license = custom:MPL2.0
makedepends = autoconf
makedepends = automake
makedepends = zip
makedepends = unzip
makedepends = git
depends = firefox
+ optdepends = arc-gtk-theme: Uniform theme look.
source = arc-firefox-theme::git+https://github.com/horst3180/arc-firefox-theme.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ad931632dc16..4e50b3f8fbb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
-# Maintainer: gabrielsimoes <simoes.sgabriel@gmail.com>
+# Maintainer: hashhar <hashhar_dev AT outlook DOT com>
+# Contributor: gabrielsimoes <simoes.sgabriel@gmail.com>
_pkgname="arc-firefox-theme"
pkgname="${_pkgname}-git"
-pkgver=latest
-pkgrel=3
+pkgver=20170311.25b18b8
+pkgrel=2
pkgdesc="Arc Firefox Theme"
url="https://github.com/horst3180/arc-firefox-theme"
-arch=('i686' 'x86_64')
-license=('Mozilla Public License version 2.0')
+arch=('any')
+license=('custom:MPL2.0')
depends=('firefox')
+optdepends=('arc-gtk-theme: Uniform theme look.')
makedepends=('autoconf' 'automake' 'zip' 'unzip' 'git')
source=("${_pkgname}::git+https://github.com/horst3180/arc-firefox-theme.git")
sha1sums=('SKIP')
@@ -27,5 +29,5 @@ build() {
package() {
cd "${srcdir}"/"${_pkgname}"
make DESTDIR="${pkgdir}" install
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"${_pkgname}"/LICENSE
+ install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
}