summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVresod2020-12-15 11:00:31 -0500
committerVresod2020-12-15 11:00:31 -0500
commit72c33cddf12e6674bb7929aeea02c466e88988a5 (patch)
tree3fb02996047ef581d3e1313a825ee76f011a4077
parent93c6f7e9177efb05bdd7caab0a1c8622f6ab9deb (diff)
downloadaur-72c33cddf12e6674bb7929aeea02c466e88988a5.tar.gz
update pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d709525b09d7..09c2b7c3a76e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = advcpmv
pkgdesc = Advanced Copy is a mod for the GNU cp and GNU mv tools which adds a progress bar and provides some info on what's going on
pkgver = 8.32
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jarun/advcpmv
arch = any
license = GPL3
diff --git a/.gitignore b/.gitignore
index c46f4bb4088c..fc50e7dc16a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
*tar*
*patch
+src/
+pkg/
diff --git a/PKGBUILD b/PKGBUILD
index d462bcca274d..12a45a253994 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vresod <lukebinkofsky@gmail.com>
pkgname=advcpmv
pkgver=8.32
-pkgrel=1
+pkgrel=2
pkgdesc="Advanced Copy is a mod for the GNU cp and GNU mv tools which adds a progress bar and provides some info on what's going on"
arch=( "any" )
url="https://github.com/jarun/advcpmv"