summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoey Darwish Dror2019-05-26 10:15:31 +0300
committerRoey Darwish Dror2019-05-26 10:15:31 +0300
commitfeeb389f5c25ef071557d6ebeba8771ce413c217 (patch)
tree19abd09265ce2c3763d9b10306e503f0706fdf32
parentabd9c6fb675a92bd5cfa915b720a9219c7e596ca (diff)
downloadaur-feeb389f5c25ef071557d6ebeba8771ce413c217.tar.gz
2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 488cf42cf004..0d8f31521dde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade proceadure of multiple package managers
- pkgver = 1.13.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-1.13.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v1.13.0.tar.gz
- sha256sums = c94a9c53191b301a80e5e817b24a141bb5cdebddcb0ed37b72d0edf3049a3276
+ source = topgrade-2.0.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v2.0.0.tar.gz
+ sha256sums = 34f4f5a037b54470da5067bb7be085f042fc1987d196f40faf8707fc2d4f8051
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 23d9cb79cd0a..3933ab6c0f99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=1.13.0
+pkgver=2.0.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=('c94a9c53191b301a80e5e817b24a141bb5cdebddcb0ed37b72d0edf3049a3276')
+sha256sums=('34f4f5a037b54470da5067bb7be085f042fc1987d196f40faf8707fc2d4f8051')
build() {
cd "$pkgname-$pkgver"