Skip to content

Commit

Permalink
upgpkg: ripme 2.1.6-3
Browse files Browse the repository at this point in the history
Remove leftover patch

Signed-off-by: txtsd <code@ihavea.quest>
  • Loading branch information
txtsd committed Oct 21, 2023
1 parent 9e1a6d8 commit 8d65c6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
4 changes: 1 addition & 3 deletions ripme/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
pkgbase = ripme
pkgdesc = Downloads albums in bulk
pkgver = 2.1.6
pkgrel = 2
pkgrel = 3
url = https://github.com/ripmeapp2/ripme
arch = any
license = MIT
makedepends = java-environment>=17
makedepends = gradle
depends = java-runtime>=17
source = ripme-2.1.6.tar.gz::https://github.com/ripmeapp2/ripme/archive/2.1.6.tar.gz
source = ripme-gradle.patch
sha256sums = a0856d540b9a53a15afea6af7d609423ddb85de4e294176fd84b0f24a0e94b68
sha256sums = 5f9517c703a3a62a9b8be92a18296d50bdf8478f0221d697f2c906f46fd6043d

pkgname = ripme
8 changes: 3 additions & 5 deletions ripme/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@

pkgname=ripme
pkgver=2.1.6
pkgrel=2
pkgrel=3
pkgdesc="Downloads albums in bulk"
arch=('any')
url="https://github.com/ripmeapp2/ripme"
license=('MIT')
depends=('java-runtime>=17')
makedepends=('java-environment>=17' 'gradle')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ripmeapp2/ripme/archive/${pkgver}.tar.gz"
"ripme-gradle.patch")
sha256sums=('a0856d540b9a53a15afea6af7d609423ddb85de4e294176fd84b0f24a0e94b68'
'5f9517c703a3a62a9b8be92a18296d50bdf8478f0221d697f2c906f46fd6043d')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ripmeapp2/ripme/archive/${pkgver}.tar.gz")
sha256sums=('a0856d540b9a53a15afea6af7d609423ddb85de4e294176fd84b0f24a0e94b68')

prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
10 changes: 0 additions & 10 deletions ripme/ripme-gradle.patch

This file was deleted.

0 comments on commit 8d65c6f

Please sign in to comment.