summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederik2017-01-28 20:44:52 +0100
committerfrederik2017-01-28 20:44:52 +0100
commit69dc12e9b67fdfa7a50fd1652e0cb08c11be4606 (patch)
tree9376c506fb398d01f65c53977e70bcba211c00d1
parentd78e0cc95e0fa5a54c1780562b1b2156f37e235a (diff)
downloadaur-69dc12e9b67fdfa7a50fd1652e0cb08c11be4606.tar.gz
bump to 1.2.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e41af0329e2..886265465467 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 12 22:35:58 UTC 2017
+# Sat Jan 28 19:44:42 UTC 2017
pkgbase = exfat-utils-nofuse
pkgdesc = Utilities for the exFAT file system without fuse (to prefer exfat kernel module over fuse)
- pkgver = 1.2.5
+ pkgver = 1.2.6
pkgrel = 1
url = https://github.com/relan/exfat
arch = i686
@@ -13,8 +13,8 @@ pkgbase = exfat-utils-nofuse
conflicts = fuse-exfat
conflicts = exfat-utils
replaces = exfat-utils
- source = exfat-1.2.5.tar.gz::https://github.com/relan/exfat/archive/v1.2.5.tar.gz
- sha512sums = 37545ed3c89c17d16ae235592aaf48748c49b13b127a2cad3b6bc90632a5ecf00023393197a61bbaf7ad7715fa5d83a3b1cb8faa0d8cdc527919fa717b2ee9bf
+ source = exfat-1.2.6.tar.gz::https://github.com/relan/exfat/archive/v1.2.6.tar.gz
+ sha512sums = 76f9ece1ea0d449c48ae71d367021ed7cee05b1619239954b725adbe68c33b76046a8620c64dbebdcc69f2ca32abd242e12f4d592a00cd7fdd2277ff6803fc96
pkgname = exfat-utils-nofuse
diff --git a/PKGBUILD b/PKGBUILD
index dcbdf07ecf01..dc19dd927895 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: rtfreedman <rob<d_t>til<d_t>freedman<a@T>g*a*l<d_t>com>
pkgname=exfat-utils-nofuse
-pkgver=1.2.5
+pkgver=1.2.6
pkgrel=1
-pkgdesc="Utilities for the exFAT file system without fuse (to prefer exfat kernel module over fuse)"
+pkgdesc='Utilities for the exFAT file system without fuse (to prefer exfat kernel module over fuse)'
arch=('i686' 'x86_64')
url='https://github.com/relan/exfat'
license=('GPL2')
@@ -13,7 +13,7 @@ provides=('exfat-utils')
conflicts=('fuse-exfat' 'exfat-utils' )
replaces=('exfat-utils')
source=(exfat-${pkgver}.tar.gz::https://github.com/relan/exfat/archive/v${pkgver}.tar.gz)
-sha512sums=('37545ed3c89c17d16ae235592aaf48748c49b13b127a2cad3b6bc90632a5ecf00023393197a61bbaf7ad7715fa5d83a3b1cb8faa0d8cdc527919fa717b2ee9bf')
+sha512sums=('76f9ece1ea0d449c48ae71d367021ed7cee05b1619239954b725adbe68c33b76046a8620c64dbebdcc69f2ca32abd242e12f4d592a00cd7fdd2277ff6803fc96')
build() {
cd exfat-${pkgver}