summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustbrowsing2015-07-25 20:22:56 -0700
committerjustbrowsing2015-07-25 20:22:56 -0700
commit6929c0c1593f84c96e7aff0007533abc3273f147 (patch)
tree8c52940a84975fb16a00d33f124addf4bd586db2
parent962c5f7ed50e21aefe74e6d7a72697b51de1b36c (diff)
downloadaur-6929c0c1593f84c96e7aff0007533abc3273f147.tar.gz
Package justbrowsing-home submitted by aurpush
-rw-r--r--.SRCINFO13
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD16
3 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b021d9fceb9..9d907a99bb5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = justbrowsing-home
pkgdesc = Home directory for JustBrowsing
- pkgver = 1.1
- pkgrel = 3
- url = https://github.com/justbrowsing/justbrowsing-config-files
+ pkgver = 1.2
+ pkgrel = 1
+ url = https://github.com/justbrowsing/justbrowsing-home
install = justbrowsing-home.install
arch = any
license = unknown
- makedepends = unzip
depends = shadow
- depends = withlock-svn
+ depends = withlock
optdepends = justbrowsing-firefox-profile: Firefox browser profile
optdepends = justbrowsing-chrome-profile: Google Chrome browser profile
- source = https://github.com/justbrowsing/justbrowsing-config-files/archive/master.zip
- md5sums = 59cacf1ac2cad427842f9aff15fca297
+ source = https://github.com/justbrowsing/justbrowsing-home/archive/master.tar.gz
+ md5sums = a1a8730926b28808ecfba7d60a96dee6
pkgname = justbrowsing-home
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 1a5318214f06..75fec36661c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: justbrowsing <developer4linux+aur@gmail.com>
pkgname=justbrowsing-home
-pkgver=1.1
-pkgrel=3
-_gitname="justbrowsing-config-files"
+pkgver=1.2
+pkgrel=1
+_gitname="justbrowsing-home"
_username="user"
_userdir="/home/${_username}"
pkgdesc="Home directory for JustBrowsing"
arch=('any')
-url="https://github.com/justbrowsing/justbrowsing-config-files"
+url="https://github.com/justbrowsing/justbrowsing-home"
license=('unknown')
-depends=('shadow' 'withlock-svn')
-makedepends=('unzip')
+depends=('shadow' 'withlock')
+makedepends=('')
optdepends=('justbrowsing-firefox-profile: Firefox browser profile'
'justbrowsing-chrome-profile: Google Chrome browser profile')
-source=(https://github.com/justbrowsing/${_gitname}/archive/master.zip)
+source=(https://github.com/justbrowsing/${_gitname}/archive/master.tar.gz)
install=$pkgname.install
-md5sums=('59cacf1ac2cad427842f9aff15fca297')
+md5sums=('a1a8730926b28808ecfba7d60a96dee6')
package() {
cd "$srcdir/${_gitname}-master"