summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMhd Sulhan2015-11-21 19:40:18 +0700
committerMhd Sulhan2015-11-21 19:40:18 +0700
commit543138f8ed3d386202e53831e755189eb42873ae (patch)
tree7ab0fb96f89eb3a53e8bb82bec5920a17f56a6e8
parent065080cec7bebdf939fd3418cee3dc8c98089660 (diff)
downloadaur-543138f8ed3d386202e53831e755189eb42873ae.tar.gz
From now on we will use the develop branch.
The way that main developer use branch is so confusing. If you want to build another branch (for example, 0.8.1-beta) just change the branch name in "${pkgname}::git+https://github.com/pgmodeler/pgmodeler.git#branch=develop" to whatever you want.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39ef84c694a3..cd04bbf12e3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sulhan <ms at kilabit.info>
pkgname=pgmodeler-git
-pkgver=v0.8.1.r4.g949d15a
+pkgver=v0.8.2.alpha1.r0.g3d505fb
pkgrel=1
pkgdesc="PostgreSQL Database Modeler"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('git' 'patch')
provides=('pgmodeler')
conflicts=('pgmodeler')
source=(
- "${pkgname}::git+https://github.com/pgmodeler/pgmodeler.git#branch=0.8.2-alpha"
+ "${pkgname}::git+https://github.com/pgmodeler/pgmodeler.git#branch=develop"
"pgmodeler.desktop"
"pgmodeler-git.install"
"0001.patch"