summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2016-03-02 13:20:31 +0100
committerCarsten Feuls2016-03-02 13:20:31 +0100
commita9bfa56986095fc2a536d0083b686b4d3edf2f5c (patch)
tree20cb3622141f3cfa99429b3eeb81bbddfc4eb8bf
parent678c75503fbf3be5e92ac5ac27abbfaeca999b33 (diff)
downloadaur-a9bfa56986095fc2a536d0083b686b4d3edf2f5c.tar.gz
Fix Wrong pkgver
-rw-r--r--.gitignore4
-rw-r--r--[-rwxr-xr-x]PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..9639e9433bc2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!PKGBUILD
+!.gitignore
+
diff --git a/PKGBUILD b/PKGBUILD
index 40f29a61f9a2..81a8f6ec5a24 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer = Anty <anty_fab at hotmail dot fr>
+# Maintainer = Carsten Feuls <archlinux@carstenfeuls.de>
+# ex-Maintainer: Anty <anty_fab at hotmail dot fr>
# ex-Maintainer: Evan Anderson <evananderson@thelinuxman.us>
_gitname=grub-btrfs
pkgname=$_gitname-git
-pkgver=v1.7.r6.g4388c33-1
-pkgrel=1
+pkgver=1.7.2.r0.g52ab9db
+pkgrel=2
pkgdesc="grub-btrfs, Include btrfs snapshots at boot options. (grub menu)"
arch=('any')
url="https://github.com/Antynea/grub-btrfs"