summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2020-11-23 17:34:51 -0500
committerneeshy2020-11-23 17:34:58 -0500
commitfea3cb14d19237bd0d1c0d02660b35da9f471a57 (patch)
treeefb486c11abb4aef2f6075f1bf7f62fcbc4e0f64
parent21529764cee7c3014be28338279796a72cd9a9dd (diff)
downloadaur-fea3cb14d19237bd0d1c0d02660b35da9f471a57.tar.gz
ripme: change name of source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16d7ba5ae7c4..ffdc597e476f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ripme-bin
pkgdesc = Downloads albums in bulk
pkgver = 1.7.94
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RipMeApp/ripme
arch = any
license = MIT
depends = java-runtime
provides = ripme
conflicts = ripme
- source = https://github.com/RipMeApp/ripme/releases/download/1.7.94/ripme.jar
+ source = ripme-1.7.94.jar::https://github.com/RipMeApp/ripme/releases/download/1.7.94/ripme.jar
sha256sums = 1ebe144d0f294c4e8b482742a2588201f8b962fbcebbbd109627e1fc9e2b6d94
pkgname = ripme-bin
diff --git a/PKGBUILD b/PKGBUILD
index fd60f236414d..80f56477e0cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: neeshy <neeshy@tfwno.gf>
pkgname=ripme-bin
pkgver=1.7.94
-pkgrel=1
+pkgrel=2
pkgdesc="Downloads albums in bulk"
arch=('any')
url="https://github.com/RipMeApp/ripme"
@@ -9,7 +9,7 @@ license=('MIT')
depends=('java-runtime')
provides=('ripme')
conflicts=('ripme')
-source=("https://github.com/RipMeApp/ripme/releases/download/$pkgver/ripme.jar")
+source=("ripme-$pkgver.jar::https://github.com/RipMeApp/ripme/releases/download/$pkgver/ripme.jar")
sha256sums=('1ebe144d0f294c4e8b482742a2588201f8b962fbcebbbd109627e1fc9e2b6d94')
package() {