summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornasenatmer2015-07-28 17:55:28 +0200
committernasenatmer2015-07-28 17:55:28 +0200
commit9c83c5d7c4b58ed40ed9a22af53022d3dd83fe5b (patch)
treef5030229dc1d50fc4a1f5d308a5ef3e272894e0f
parent07be8bb92741158627bf3ddd400c27d1533adddc (diff)
downloadaur-9c83c5d7c4b58ed40ed9a22af53022d3dd83fe5b.tar.gz
Update to 0.4-2 (new source url and m5sums)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77772fdc10d1..55bccb60d564 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dotpac
pkgdesc = Bash script to get rid of *.pac* files.
pkgver = 0.4
- pkgrel = 1
+ pkgrel = 2
url = http://wiki.archlinux.org/index.php/dotpac
arch = any
license = BSD
depends = bash
- source = https://raw.githubusercontent.com/AladW/scripts/master/dotpac
- sha256sums = 032c7726d4d571cbc9f94acb42be30366a4f7ea2a90f901939a6298c1942d46c
+ source = https://raw.githubusercontent.com/AladW/scripts/master/bin/old/dotpac
+ md5sums = 7984de79ee51711b5b26eaf4e477b6df
pkgname = dotpac
diff --git a/PKGBUILD b/PKGBUILD
index 1941c444f8e3..1a5d340d90e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=dotpac
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Bash script to get rid of *.pac* files."
arch=(any)
license=('BSD')
url="http://wiki.archlinux.org/index.php/dotpac"
depends=('bash')
-source=('https://raw.githubusercontent.com/AladW/scripts/master/dotpac')
-sha256sums=('032c7726d4d571cbc9f94acb42be30366a4f7ea2a90f901939a6298c1942d46c')
+source=('https://raw.githubusercontent.com/AladW/scripts/master/bin/old/dotpac')
+md5sums=('7984de79ee51711b5b26eaf4e477b6df')
package() {
install -D -m755 dotpac $pkgdir/usr/bin/dotpac