summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
l---------.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ac63e259ab6..e8a5f9789505 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Feb 3 08:01:18 UTC 2019
pkgbase = rs-git
pkgdesc = Reshape a data array from OpenBSD that compiles on Linux.
pkgver = 1.22.r0.g716edb0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/chneukirchen/rs
arch = i686
arch = x86_64
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 58437af33510..ee381bb5c106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=rs-git
pkgver=1.22.r0.g716edb0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Reshape a data array from OpenBSD that compiles on Linux."
arch=('i686' 'x86_64')
url="https://github.com/chneukirchen/rs"
license=('BSD')
groups=()
-depends=('')
+depends=()
makedepends=('git')
optdepends=()
checkdepends=()