summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri Merejkowsky2016-08-08 22:15:07 +0200
committerDimitri Merejkowsky2016-08-08 22:15:07 +0200
commit1f4f61458f6167702c95dfa5cd64086d27d33983 (patch)
treeb3f0746d00ab16f27c2c245357ec318ea335fbbc
parentb6d57361b83191b9253242ad818844bd6e39da5e (diff)
downloadaur-1f4f61458f6167702c95dfa5cd64086d27d33983.tar.gz
Bump to 7.2.2-2 (fix URL)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c651aa7f4c8a..ac057ea1ddc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = pycp
pkgdesc = cp and mv with a progressbar
pkgver = 7.2.2
- pkgrel = 1
- url = http://github.com/yannicklm/pycp
+ pkgrel = 2
+ url = http://github.com/dmerejkowsky/pycp
arch = any
license = MIT
makedepends = python
diff --git a/PKGBUILD b/PKGBUILD
index 0caf93cd9004..ae33eef8bb52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=pycp
pkgver="7.2.2"
-pkgrel=1
+pkgrel=2
pkgdesc="cp and mv with a progressbar"
-url="http://github.com/yannicklm/pycp"
+url="http://github.com/dmerejkowsky/pycp"
arch=('any')
license=('MIT')
depends=('python')