summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb1c452b3d33..854f22c955b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fortune-mod-metalfairytale-git
pkgdesc = A fairy tale whose hero belongs to one of the many Metal (sub-)genres, served in the marvelous form of fortune cookies!
pkgver = 1e53c54
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/virtualtam/fortune-metal-fairy-tale
arch = i686
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d4428670d830
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+fortune-metal-fairy-tale
+pkg
+src
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 715cf789e7e7..ae1da8c65e46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: VirtualTam <virtualtam@flibidi.net>
pkgname=fortune-mod-metalfairytale-git
pkgver=1e53c54
-pkgrel=2
+pkgrel=3
pkgdesc="A fairy tale whose hero belongs to one of the many Metal (sub-)genres, served in the marvelous form of fortune cookies!"
url="https://github.com/virtualtam/fortune-metal-fairy-tale"
arch=('i686' 'x86_64')