summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2018-07-05 20:19:30 +0200
committerSimon Legner2018-07-05 20:19:30 +0200
commit2740b0bb229ed08b3e6b59d971b274b34535c976 (patch)
tree986c8d8bad0d203763a09ae3280221b1f3daf5eb
parente87a88694b732e07f0db96dcf75e3411c5ce8d81 (diff)
downloadaur-2740b0bb229ed08b3e6b59d971b274b34535c976.tar.gz
Update to 1.5.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6a58b7fc78a..6eecfb7eb6fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aur-out-of-date
pkgdesc = Determines out-of-date AUR packages
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/simon04/aur-out-of-date
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = aur-out-of-date
makedepends = go
makedepends = dep
makedepends = git
- source = aur-out-of-date-1.4.0.tar.gz::https://github.com/simon04/aur-out-of-date/archive/v1.4.0.tar.gz
- sha256sums = 48d1405aedf61bcc59c122dca34f970b47023b073fa08054d33ec49dc8a04701
+ source = aur-out-of-date-1.5.0.tar.gz::https://github.com/simon04/aur-out-of-date/archive/v1.5.0.tar.gz
+ sha256sums = a5e9c1321c688b6481569939d97cd8c1516b91e5e139f843323e5bb5701c6754
pkgname = aur-out-of-date
diff --git a/PKGBUILD b/PKGBUILD
index d396019e16a7..845297c5ab4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=aur-out-of-date
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="Determines out-of-date AUR packages"
arch=('x86_64' 'i686')
@@ -38,4 +38,4 @@ package() {
install -m755 "$pkgname" "$pkgdir/usr/bin/aur-out-of-date"
}
-sha256sums=('48d1405aedf61bcc59c122dca34f970b47023b073fa08054d33ec49dc8a04701')
+sha256sums=('a5e9c1321c688b6481569939d97cd8c1516b91e5e139f843323e5bb5701c6754')