summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2015-10-15 02:09:55 +0200
committerXZS2015-10-15 02:09:55 +0200
commit4f5dfc3939408418145353c06d8f5ae26e5d3af1 (patch)
tree5fbca3a3d32ad4d08a23d20738dff164e7f631bb
parent0b755b1cc6c4ee7a14bd3eaddb453aee868c14d3 (diff)
downloadaur-4f5dfc3939408418145353c06d8f5ae26e5d3af1.tar.gz
drop overwritten variable
As it is not used explicitly before being overwritten in, the first assignment only reorders the .SRCINFO a little and can thus be removed.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e27b0a1bdc89..f7a171a5bfce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,11 +10,11 @@ pkgbase = firefox-theme-adwaita-git
makedepends = git
makedepends = rasqal
depends = firefox
- provides = firefox-theme-gnome
provides = firefox-theme-adwaita
- conflicts = firefox-theme-gnome
+ provides = firefox-theme-gnome
conflicts = firefox-theme-adwaita
- source = firefox-theme-adwaita::git+https://github.com/gnome-integration-team/firefox-gnome
+ conflicts = firefox-theme-gnome
+ source = firefox-theme-gnome::git+https://github.com/gnome-integration-team/firefox-gnome
md5sums = SKIP
pkgname = firefox-theme-gnome-git
diff --git a/PKGBUILD b/PKGBUILD
index d44c3e85b329..e8bfc3bf6184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,6 @@
# You may find it convenient to file issues and pull requests there.
pkgbase='firefox-theme-adwaita-git'
-_gitname=${pkgbase%-git}
pkgname=('firefox-theme-gnome-git' 'firefox-extension-gnome-theme-tweak-git')
pkgver=40.1
pkgrel=1
@@ -13,8 +12,8 @@ url="https://github.com/gnome-integration-team/firefox-gnome"
arch=('any')
license=('MPL')
depends=("firefox")
-provides=('firefox-theme-gnome')
-conflicts=('firefox-theme-gnome')
+provides=('firefox-theme-adwaita')
+conflicts=('firefox-theme-adwaita')
makedepends=('unzip' 'zip')
makedepends+=('git')