summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGereon Schomber2015-07-01 00:26:58 +0200
committerGereon Schomber2015-07-01 00:26:58 +0200
commit36a18d11eaf025176faadf0d7c89cab1331bbb8b (patch)
treeffd2a30795eaa553d295393be5bc0187657baf1b
parente8e6918fcabedd8bab5f74d2c5a8c9dc6f271f05 (diff)
downloadaur-36a18d11eaf025176faadf0d7c89cab1331bbb8b.tar.gz
Changed default branch
-rwxr-xr-xPKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37737cbe28c0..46fbf41b3fb3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
# Contributor: dryes <joswiseman@gmail>
# Contributor: Revelation60, Lucky <https://aur.archlinux.org/packages.php?ID=13691>
# Contributor: Gordin <9ordin @t gmail dot com>
-#_develop=true
-_develop=false
-pkgname='sabnzbd-git'
-true && pkgname="sabnzbd-$($_develop && echo develop-)git"
+_develop=true
+#_develop=false
+pkgname="sabnzbd-git"
_gitname='sabnzbd'
-pkgver=0.7.20.r0.g1df2943
+pkgver=1
pkgrel=1
pkgdesc='A web-interface based binary newsgrabber with NZB file support.'
arch=('any')
@@ -21,12 +20,9 @@ optdepends=("xdg-utils: registration of .nzb files"
backup=('etc/conf.d/sabnzbd')
install=sabnzbd.install
conflicts=('sabnzbd' 'sabnzbd-bzr' 'sabnzbd-develop-git')
-true && conflicts=('sabnzbd' 'sabnzbd-bzr' "sabnzbd-$( ! $_develop && echo develop-)git")
provides=('sabnzbd')
replaces=('sabnzbd-bzr')
-source=('git://github.com/sabnzbd/sabnzbd.git' 'sabnzbd.sh' 'sabnzbd.init' 'sabnzbd.confd' 'sabnzbd.desktop' 'addnzb.sh' 'nzb-2.png' 'sab2_64.png' 'x-nzb.xml' 'sabnzbd.service')
-true && \
source=("git://github.com/sabnzbd/sabnzbd.git$( $_develop && echo \#branch=develop)"
'sabnzbd.sh'
'sabnzbd.init'