summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-12-07 20:16:10 -0500
committeracxz2020-12-07 20:16:10 -0500
commit2a7380e829172f5efd431a711a63fee561d03df3 (patch)
treefbab61045da0e13c9744228c446091d522b44041
parent0c76b3620b78f0cfe24a39c917318a59832fcb51 (diff)
downloadaur-2a7380e829172f5efd431a711a63fee561d03df3.tar.gz
[libdart] remove gitignore
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f362bde5c317..f92227515641 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libdart
pkgdesc = Dynamic Animation and Robotics Toolkit
pkgver = 6.9.5
- pkgrel = 3
+ pkgrel = 4
url = https://dartsim.github.io
arch = i686
arch = x86_64
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 57621ac85b07..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-# Exclude all files
-/*
diff --git a/PKGBUILD b/PKGBUILD
index 2f8730504723..29c0899f9570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=libdart
pkgver=6.9.5
-pkgrel=3
+pkgrel=4
pkgdesc="Dynamic Animation and Robotics Toolkit"
arch=('i686' 'x86_64')
url="https://dartsim.github.io"