summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustbrowsing2015-07-26 00:50:21 -0700
committerjustbrowsing2015-07-26 00:50:21 -0700
commitc4f4028eefb472b167d09d9c34572227f1ab5e33 (patch)
treef95fd668219813d434b945e8a3d1aced38559215
parent87154afbcd6880487675e396c0e349b02079e578 (diff)
downloadaur-justbrowsing-theme.tar.gz
Package justbrowsing-theme submitted by aurpush
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD11
3 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d4043be1395..86ec13790654 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = justbrowsing-theme
pkgdesc = Icons, font and wallpapers for JustBrowsing
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/justbrowsing/justbrowsing-theme
arch = any
license = GPL2
license = CCPL
- makedepends = unzip
depends = clearlooks-phenix-gtk-theme
depends = cantarell-fonts
optdepends = justbrowsing-home: Creates user for JustBrowsing
@@ -14,8 +13,8 @@ pkgbase = justbrowsing-theme
provides = justbrowsing-theme
provides = gnome-themes-standard
conflicts = gnome-colors-icon-theme
- source = https://github.com/justbrowsing/justbrowsing-theme/archive/master.zip
- md5sums = 7c4a9de0a5a4ac3caf30a269a56b5ab7
+ source = https://github.com/justbrowsing/justbrowsing-theme/archive/master.tar.gz
+ md5sums = 2c92ea358489f8f960215b73ea39013a
pkgname = justbrowsing-theme
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..9881fec21af4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 034f72e8db7d..8bbf4c12b59d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: justbrowsing <developer4linux+aur@gmail.com>
pkgname=justbrowsing-theme
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Icons, font and wallpapers for JustBrowsing"
arch=('any')
url="https://github.com/justbrowsing/justbrowsing-theme"
license=('GPL2' 'CCPL')
depends=('clearlooks-phenix-gtk-theme' 'cantarell-fonts')
-makedepends=('unzip')
-optdepends=('justbrowsing-home: Creates user for JustBrowsing' 'justbrowsing-adeskbar: Panel for JustBrowsing')
+makedepends=('')
+optdepends=('justbrowsing-home: Creates user for JustBrowsing'
+ 'justbrowsing-adeskbar: Panel for JustBrowsing')
provides=('justbrowsing-theme' 'gnome-themes-standard')
conflicts=('gnome-colors-icon-theme')
-source=("https://github.com/justbrowsing/justbrowsing-theme/archive/master.zip")
-md5sums=('7c4a9de0a5a4ac3caf30a269a56b5ab7')
+source=("https://github.com/justbrowsing/justbrowsing-theme/archive/master.tar.gz")
+md5sums=('2c92ea358489f8f960215b73ea39013a')
package() {
cd "${srcdir}/justbrowsing-theme-master"