summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas "Cakeisalie5" Touhey2017-07-15 23:56:54 +0200
committerThomas "Cakeisalie5" Touhey2017-07-15 23:56:54 +0200
commit715f905e618c82d8903befacc3af634366274746 (patch)
tree9d2c3625c0c95c7cb48040ee074c6d9e1442b33d
parent8f83c581073b540da66dec9c297b2a4c02e57dda (diff)
downloadaur-715f905e618c82d8903befacc3af634366274746.tar.gz
Updated md5sum (problem with pub/ directory), added gitignore
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f2d044380ff4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/*-*.tar.*
+/pkg
+/src
diff --git a/PKGBUILD b/PKGBUILD
index 30d8aeb11931..e6db9ea2f1df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ install=
changelog=
source=(https://p7.planet-casio.com/pub/${pkgname}-${pkgver}.tar.gz)
noextract=()
-md5sums=('66ea73a4ff29fa502422a465ce28888d')
+md5sums=('778891e9e816c905c78b6750d8dc7ec7')
build() {
cd "$pkgname-$pkgver"