summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPyro Devil2015-12-10 09:51:14 +0100
committerPyro Devil2015-12-10 09:51:14 +0100
commit28b02d1eff8affe738e98e70b4dd2a6ffc49f20b (patch)
tree47c957b355c0cb8ea0c96de606d36b21b3c6a9d6
parent53f914012d828c9bf2a39f7c62c6386454782916 (diff)
downloadaur-28b02d1eff8affe738e98e70b4dd2a6ffc49f20b.tar.gz
updated to 4.6.1
added .gitignore Signed-off-by: Pyro Devil <p.devil@gmail.com>
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..bcf314afe088
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+*.iso
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 426ada672a1d..0aac4a5f52bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: PyroDevil <p dot devil at gmail dot com>
pkgname=systemrescuecd
-pkgver=4.5.3
+pkgver=4.6.1
pkgrel=1
epoch=
pkgdesc="Installs a rescue system into the boot partition to allow grub to boot it."
@@ -22,7 +22,7 @@ changelog=
source=("http://downloads.sourceforge.net/project/systemrescuecd/sysresccd-x86/$pkgver/$pkgname-x86-$pkgver.iso"
"25_systemrescuecd"
"systemrescuecd")
-md5sums=('7156771a3b66c74919c0645c44376879'
+md5sums=('4f7ed01cba7e8c842042fcbff93bd11b'
'5a34f3346f2706032fd6bae7aea3f4d7'
'df5f42b184ffb2c6cab79fd3889b8cd0')
noextract=("$pkgname-x86-$pkgver.iso")