summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2018-11-24 03:36:09 +0100
committeraksr2018-11-24 03:36:09 +0100
commit03da8434d2df8bec8f8725040cff73fab679b155 (patch)
tree5f29fa43f9f0fb2d228f993ea0fd36854ca42e83
parent26a11057b8171f775a272f702fcf296667ba9a10 (diff)
downloadaur-03da8434d2df8bec8f8725040cff73fab679b155.tar.gz
...
-rw-r--r--.SRCINFO8
l---------.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddac5a20e6b4..931b50dbb357 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Oct 17 17:25:58 UTC 2017
+# Sat Nov 24 02:35:59 UTC 2018
pkgbase = neatcc-git
pkgdesc = A simple ARM/x86(_64) C compiler.
- pkgver = r340.3b04b7f
+ pkgver = r345.f76cb7f
pkgrel = 1
url = http://repo.or.cz/w/neatcc.git
arch = i686
@@ -10,8 +10,8 @@ pkgbase = neatcc-git
license = custom:BSD
makedepends = git
optdepends = neatas-git: A small ARM assembler
- optdepends = neatlibc-git: A small ARM/x86(_64) libc
- optdepends = neatld-git: A simple ARM/x86(_64) static linker
+ optdepends = neatlibc-git: A small ARM/x86/_64 libc
+ optdepends = neatld-git: A simple ARM/x86/_64 static linker
source = neatcc-git::git+git://repo.or.cz/neatcc.git#branch=master
md5sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 120000
index 000000000000..25c0564928e0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/home/aksr/arch/pkg/.gitignore \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 9b5efe685ac2..40d369606b6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=neatcc-git
-pkgver=r340.3b04b7f
+pkgver=r345.f76cb7f
pkgrel=1
epoch=
pkgdesc="A simple ARM/x86(_64) C compiler."
@@ -8,11 +8,11 @@ arch=('i686' 'x86_64')
url="http://repo.or.cz/w/neatcc.git"
license=('custom:BSD')
groups=()
-depends=('')
+depends=()
makedepends=('git')
optdepends=('neatas-git: A small ARM assembler'
- 'neatlibc-git: A small ARM/x86(_64) libc'
- 'neatld-git: A simple ARM/x86(_64) static linker')
+ 'neatlibc-git: A small ARM/x86/_64 libc'
+ 'neatld-git: A simple ARM/x86/_64 static linker')
checkdepends=()
provides=()
conflicts=()