summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoey Darwish Dror2019-01-22 13:55:44 +0200
committerRoey Darwish Dror2019-01-22 13:55:44 +0200
commit739a94b760ec6c4d0c251bfbc938011046c5fd92 (patch)
tree40380d80e1e3c73ef8e5cfe1b5c85bb0dae06546
parent46122f89271fe562f09540702d474e6043781e98 (diff)
downloadaur-739a94b760ec6c4d0c251bfbc938011046c5fd92.tar.gz
1.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63f196462ae7..4afee03705cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade proceadure of multiple package managers
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-1.4.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v1.4.0.tar.gz
- sha256sums = c73f2b4c9e3bcbe8e0eb16cc5ea80af4678616ecd1c90535575ea54eb66bf43f
+ source = topgrade-1.5.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v1.5.0.tar.gz
+ sha256sums = 413a25707600b7fd1dd9153850da2184c3a8e40841bdcb91533fe012313dbc99
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 434d590d299e..fcc7624b49d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc='Invoke the upgrade proceadure of multiple package managers'
arch=('x86_64' 'armv7')
@@ -9,7 +9,7 @@ url='https://github.com/r-darwish/topgrade'
license=('GPL3')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('c73f2b4c9e3bcbe8e0eb16cc5ea80af4678616ecd1c90535575ea54eb66bf43f')
+sha256sums=('413a25707600b7fd1dd9153850da2184c3a8e40841bdcb91533fe012313dbc99')
build() {
cd "$pkgname-$pkgver"