summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas18182020-11-29 19:47:38 +0100
committerLukas18182020-11-29 19:47:38 +0100
commit50252cdfde53f7448864dfedf37cd13c9bdf4fcf (patch)
tree12e27c917e3eb7567b8c05afded3d65d4a58cfe9
parentf90c5d5857e521c77dd68ee6e02356aa68edc695 (diff)
downloadaur-50252cdfde53f7448864dfedf37cd13c9bdf4fcf.tar.gz
update to 1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a174933f7079..8a02ecd6bb0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pkgbuild-version-updater
pkgdesc = This script allows you to automatic update a large nummner of PKGBUILD files and push them to the aur, if only the pkgver and the checksum has been changed. As example this is very useful for gog games with many DLCs.
- pkgver = 0.1.0
+ pkgver = 1.0.0
pkgrel = 1
url = https://gitlab.com/Lukas1818/pkgbuild-version-updater
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = pkgbuild-version-updater
depends = coreutils
depends = pacman
depends = bash
- source = https://gitlab.com/Lukas1818/pkgbuild-version-updater/-/archive/0.1.0/pkgbuild-version-updater-0.1.0.tar.gz
- sha512sums = 58a4c2d1f673d85c8bd7f0872e381621779dc210c360ef9b37215c5c85f9d1376cf88af8f4bece113ac48fe0660ef520b9e3bc56e77e0074d90b7b2ac1b7f96a
+ source = https://gitlab.com/Lukas1818/pkgbuild-version-updater/-/archive/1.0.0/pkgbuild-version-updater-1.0.0.tar.gz
+ sha512sums = 76dab0538f24271de9b51f03233796176a4fdf928cbf066b39853a7db5c63b9d4bcd7376f98237d868f0fa79e511c13f68d1cf7c71f82c5aeb6ab391c145d4ca
pkgname = pkgbuild-version-updater
diff --git a/PKGBUILD b/PKGBUILD
index 0142baf8d0f1..3d09d9a003d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas1818 aur at lukas1818 dot de
pkgname=pkgbuild-version-updater
-pkgver=0.1.0
+pkgver=1.0.0
_pkgtag=$pkgver
pkgrel=1
pkgdesc="This script allows you to automatic update a large nummner of PKGBUILD files and push them to the aur, if only the pkgver and the checksum has been changed. As example this is very useful for gog games with many DLCs."
@@ -10,7 +10,7 @@ url="https://gitlab.com/Lukas1818/pkgbuild-version-updater"
license=('LGPL3')
depends=('git' 'coreutils' 'pacman' 'bash')
source=("https://gitlab.com/Lukas1818/pkgbuild-version-updater/-/archive/$_pkgtag/pkgbuild-version-updater-$_pkgtag.tar.gz")
-sha512sums=('58a4c2d1f673d85c8bd7f0872e381621779dc210c360ef9b37215c5c85f9d1376cf88af8f4bece113ac48fe0660ef520b9e3bc56e77e0074d90b7b2ac1b7f96a')
+sha512sums=('76dab0538f24271de9b51f03233796176a4fdf928cbf066b39853a7db5c63b9d4bcd7376f98237d868f0fa79e511c13f68d1cf7c71f82c5aeb6ab391c145d4ca')
package()