summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpushsla2018-11-19 21:13:21 +0300
committerpushsla2018-11-19 21:13:21 +0300
commitda24aa34e881f9b0f22fbbc0093bcebc30f51167 (patch)
tree90e842b91835daf4f9b104387d22c1d5a84f3e7a /PKGBUILD
parent2d958588fb4e5436d1546718b8e622f7065a53f9 (diff)
downloadaur-da24aa34e881f9b0f22fbbc0093bcebc30f51167.tar.gz
..
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37c482b7e5e1..6c10a1703d36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: push2001sla@gmail.com
pkgname=ccd-python-git
pkgver=1.1
-pkgrel=3
+pkgrel=4
epoch=
pkgdesc="Cute ChDir written on Python that finds directories"
arch=('any')
@@ -29,7 +29,7 @@ noextract=()
md5sums=('6dd2309a76aa7bd81aeb2bfb23f2c51e')
validpgpkeys=()
prepare() {
- rm -rf "$pkgname-$pkgver"
+ #rm -rf "$pkgname-$pkgver"
git clone "$source" -b master "$pkgname-$pkgver"
}
package() {