aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhruva Sambrani2024-05-17 01:02:28 +0530
committerDhruva Sambrani2024-05-17 01:02:28 +0530
commit9aa480f5d9a28b0e23cc66ddc0c16ec19c46b79b (patch)
tree4b908e7aa9f3b3bcea28f573ec1e62af35dab0b8
parentb99332e9bb8e9299d3b6a729beb8231669d2348f (diff)
downloadaur-juliaup-bin.tar.gz
Autorelease version 1.14.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--PKGBUILD.template2
-rwxr-xr-xupdate-version.sh1
4 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6856c08e0b80..3a438dce5322 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = juliaup-bin
pkgdesc = An experimental Julia version manager
pkgver = 1.14.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/JuliaLang/juliaup
arch = x86_64
arch = aarch64
@@ -13,6 +13,6 @@ pkgbase = juliaup-bin
conflicts = julia
conflicts = julia-bin
source = https://github.com/JuliaLang/juliaup/releases/download/v1.14.8/juliaup-1.14.8-x86_64-unknown-linux-musl-portable.tar.gz
- sha256sums = 8477945c5ffe2f0be86ade51a69cec49349b7a18e84711576878f85b22e05ecb
+ sha256sums = SKIP
pkgname = juliaup-bin
diff --git a/PKGBUILD b/PKGBUILD
index 71a5892babff..0d48e23df79b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=juliaup-bin
pkgver="1.14.8"
-pkgrel=1
+pkgrel=2
pkgdesc="An experimental Julia version manager"
arch=('x86_64' 'aarch64' 'i686')
license=('MIT')
@@ -11,7 +11,7 @@ makedepends=("tar")
conflicts=("juliaup" "julia" "julia-bin")
provides=("julia")
source=("${url}/releases/download/v$pkgver/juliaup-$pkgver-$CARCH-unknown-linux-musl-portable.tar.gz")
-sha256sums=('8477945c5ffe2f0be86ade51a69cec49349b7a18e84711576878f85b22e05ecb')
+sha256sums=('SKIP')
package() {
install -d "${pkgdir}/usr/bin"
diff --git a/PKGBUILD.template b/PKGBUILD.template
index 9a0966e5c562..0c9e9a3739d0 100644
--- a/PKGBUILD.template
+++ b/PKGBUILD.template
@@ -2,7 +2,7 @@
pkgname=juliaup-bin
pkgver=":version:"
-pkgrel=1
+pkgrel=2
pkgdesc="An experimental Julia version manager"
arch=('x86_64' 'aarch64' 'i686')
license=('MIT')
diff --git a/update-version.sh b/update-version.sh
index 8611ff3c1693..e854affe0b04 100755
--- a/update-version.sh
+++ b/update-version.sh
@@ -9,7 +9,6 @@ version=$(curl -sL \
tr -d "v")
echo $version
sed "s/:version:/$version/" PKGBUILD.template > PKGBUILD
-updpkgsums
makepkg --printsrcinfo > .SRCINFO
git add -A
git commit -am "Autorelease version $version"