summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12019-05-14 21:12:48 +0800
committerChocobo12019-05-14 21:14:30 +0800
commit78467cebaef00c53b898220a85f2cfbfa9875168 (patch)
treeec049ea642dc173f613b0e3f0c2b8e5283e91d9e
parentf467f34948a4cdd18e0daa43379f22dd2f2d1180 (diff)
downloadaur-78467cebaef00c53b898220a85f2cfbfa9875168.tar.gz
upgpkg: astyle-svn r672-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3bc089ee9e1..5512bf4516f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = astyle-svn
pkgdesc = A free, fast, and small automatic code formatter
- pkgver = r605
+ pkgver = r672
pkgrel = 1
url = http://astyle.sourceforge.net/
arch = i686
arch = x86_64
license = MIT
- makedepends = svn
- depends = glibc
+ makedepends = subversion
+ depends = gcc-libs
provides = astyle
conflicts = astyle
+ options = staticlibs
source = svn+https://svn.code.sf.net/p/astyle/code/trunk
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6069860a5a14..3486b8b45d72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=astyle-svn
-pkgver=r605
+pkgver=r672
pkgrel=1
pkgdesc="A free, fast, and small automatic code formatter"
arch=('i686' 'x86_64')
url="http://astyle.sourceforge.net/"
license=('MIT')
-depends=('glibc')
-makedepends=('svn')
+depends=('gcc-libs')
+makedepends=('subversion')
provides=('astyle')
conflicts=('astyle')
+options=('staticlibs')
source=("svn+https://svn.code.sf.net/p/astyle/code/trunk")
sha256sums=('SKIP')