summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaporeon2018-10-24 02:22:35 +1300
committerVaporeon2018-10-24 02:22:35 +1300
commit8859bef92814bbbd43cf8ba3d8fee966502d813d (patch)
treeb95691d2c3ed71c5b90e84bcbeec2337d13bd1b9
parent96ee5217cdb7570ddb3f7df1948889d4138fc3d4 (diff)
downloadaur-8859bef92814bbbd43cf8ba3d8fee966502d813d.tar.gz
git rid of this thing if it exists
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42dfdfaca0a7..dd8a9ebd4651 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Oct 23 13:17:49 UTC 2018
+# Tue Oct 23 13:22:31 UTC 2018
pkgbase = punes-git
pkgdesc = Nintendo Entertaiment System emulator
pkgver = r981.ba21823a
diff --git a/PKGBUILD b/PKGBUILD
index 90db524834cd..df97874a77c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,4 +27,6 @@ build() {
package() {
cd "$srcdir/puNES"
make DESTDIR="$pkgdir" install
+ #idk what the deal with this mimeinfo cache is, it seems to come and go
+ rm -f "$pkgdir"/usr/share/applications/mimeinfo.cache
}