summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel T. Borelli2019-05-27 19:07:06 -0300
committerDaniel T. Borelli2019-05-27 19:07:06 -0300
commitfb58a4585d53e36e003357d6c16ca250791a8449 (patch)
tree21a31a6892bb673cbfd940d7ed92beb8838f56ff
parente4a2051fce9ac828a95c20006c4bdbfb5f34641d (diff)
downloadaur-fb58a4585d53e36e003357d6c16ca250791a8449.tar.gz
New rev.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71f19ad0f898..69599256109f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chkuuid
pkgdesc = Compare the UUID of each partition with those found in FSTAB.
- pkgver = 1.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/daltomi/chkuuid
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = chkuuid
depends = udev
depends = libutil-linux
conflicts = chkuuid-git
- source = https://github.com/daltomi/chkuuid/releases/download/v1.1/chkuuid-git-1.1-1-x86_64.pkg.tar.xz
- source = https://github.com/daltomi/chkuuid/releases/download/v1.1/chkuuid-git-1.1-1-x86_64.pkg.tar.xz.sig
+ source = https://github.com/daltomi/chkuuid/releases/download/v1.2/chkuuid-git-1.2-1-x86_64.pkg.tar.xz
+ source = https://github.com/daltomi/chkuuid/releases/download/v1.2/chkuuid-git-1.2-1-x86_64.pkg.tar.xz.sig
validpgpkeys = 51479755D90A2AACFA90A6551DD242462908D08B
- sha256sums = 5916bc4232315e0747bf39d97f81093d9df38b39638122cf862e33a3bdbef756
+ sha256sums = a672aead5d0e13b0a925b022b54a4d1e8f6d83df8c96858e2c01112535bf09e9
sha256sums = SKIP
pkgname = chkuuid
diff --git a/PKGBUILD b/PKGBUILD
index 9116fc172643..d4b49c14fd1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=chkuuid
pkgname=$pkgbase
-pkgver=1.1
+pkgver=1.2
pkgrel=1
_remotepkgbase=$pkgbase-git
_remotepkgrel=1
@@ -23,7 +23,7 @@ depends=('udev' 'libutil-linux')
source=("$url/releases/download/v$pkgver/$_remotepkgbase-$pkgver-$_remotepkgrel-x86_64.pkg.tar.xz"{,.sig})
-sha256sums=('5916bc4232315e0747bf39d97f81093d9df38b39638122cf862e33a3bdbef756'
+sha256sums=('a672aead5d0e13b0a925b022b54a4d1e8f6d83df8c96858e2c01112535bf09e9'
'SKIP'
)