summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a043f043df9..8676ca73142f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dotpac
pkgdesc = Bash script to get rid of *.pac* files.
pkgver = 0.4
- pkgrel = 3
+ pkgrel = 4
url = http://wiki.archlinux.org/index.php/dotpac
arch = any
license = BSD
depends = bash
depends = dialog
- source = https://raw.githubusercontent.com/AladW/scripts/master/bin/old/dotpac
+ source = https://raw.githubusercontent.com/AladW/dotpac/master/dotpac
md5sums = 7984de79ee51711b5b26eaf4e477b6df
pkgname = dotpac
diff --git a/PKGBUILD b/PKGBUILD
index d47e45f73992..6eb1f20bc1a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=dotpac
pkgver=0.4
-pkgrel=3
+pkgrel=4
pkgdesc="Bash script to get rid of *.pac* files."
arch=(any)
license=('BSD')
url="http://wiki.archlinux.org/index.php/dotpac"
depends=('bash' 'dialog')
-source=('https://raw.githubusercontent.com/AladW/scripts/master/bin/old/dotpac')
+source=('https://raw.githubusercontent.com/AladW/dotpac/master/dotpac')
md5sums=('7984de79ee51711b5b26eaf4e477b6df')
package() {