summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2017-03-25 18:06:28 -1000
committerGaetan Bisson2017-03-25 18:06:28 -1000
commitcb670a60650b9c84f9b64898a06afb5844e5cb25 (patch)
tree37388979f288853b4b1b44b7a4e96986ee4124e9
parentffc86112bca94ada76680cd03666652326c5958a (diff)
downloadaur-cb670a60650b9c84f9b64898a06afb5844e5cb25.tar.gz
switch to sha256sum :)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb999064e191..5493967c8e16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fdm-git
pkgdesc = Program to fetch mail and deliver it in various ways
- pkgver = 20150605.808be67
+ pkgver = 20170124.cae4ea3
pkgrel = 1
url = https://github.com/nicm/fdm
arch = i686
@@ -13,7 +13,7 @@ pkgbase = fdm-git
provides = fdm
conflicts = fdm
source = git+https://github.com/nicm/fdm.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = fdm-git
diff --git a/PKGBUILD b/PKGBUILD
index 2885ed194b83..d983fb3832fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=fdm-git
_pkgname=fdm
-pkgver=20150605.808be67
+pkgver=20170124.cae4ea3
pkgrel=1
pkgdesc='Program to fetch mail and deliver it in various ways'
url='https://github.com/nicm/fdm'
@@ -13,7 +13,7 @@ arch=('i686' 'x86_64' 'armv7h')
depends=('openssl' 'tdb')
makedepends=('git')
source=('git+https://github.com/nicm/fdm.git')
-sha1sums=('SKIP')
+sha256sums=('SKIP')
provides=("${_pkgname}")
conflicts=("${_pkgname}")