summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"