summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParker Reed2021-01-29 13:45:02 -0500
committerParker Reed2021-01-29 13:45:02 -0500
commit0aa6bb4c47bd92312b5058627ff235c8fafefbef (patch)
tree8ea4b4b8ef0c0bafa7dedb94b78c86c2d0e4fc97
parent620c76cec217a6c9abcb85beb779588948772d56 (diff)
downloadaur-0aa6bb4c47bd92312b5058627ff235c8fafefbef.tar.gz
Adopted and removed patch as no longer needed
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD18
2 files changed, 7 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4f90767082e..0428560544a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rdrview-git
pkgdesc = Command line tool to extract the main content from a webpage
- pkgver = 20201016.00207dc
- pkgrel = 2
+ pkgver = 20210127.183029f
+ pkgrel = 1
url = https://github.com/eafer/rdrview
arch = x86_64
license = custom
@@ -12,9 +12,6 @@ pkgbase = rdrview-git
provides = rdrview
conflicts = rdrview
source = git+https://github.com/eafer/rdrview.git
- source = https://github.com/eafer/rdrview/commit/ff9b0619235db1f1ab12f7d164affd9bc957a891.patch
- sha256sums = SKIP
sha256sums = SKIP
pkgname = rdrview-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8fea5eb5abe2..ac27b148edac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,17 @@
-# Maintainer: Gaetan Bisson <bisson@archlinux.org>
+# Maintainer: Parker Reed <parker.l.reed@gmail.com>
pkgname=rdrview-git
_pkgname=rdrview
-pkgver=20201016.00207dc
-pkgrel=2
+pkgver=20210127.183029f
+pkgrel=1
pkgdesc='Command line tool to extract the main content from a webpage'
url='https://github.com/eafer/rdrview'
license=('custom')
arch=('x86_64')
makedepends=('git')
depends=('curl' 'libxml2' 'libseccomp')
-source=('git+https://github.com/eafer/rdrview.git'
- 'https://github.com/eafer/rdrview/commit/ff9b0619235db1f1ab12f7d164affd9bc957a891.patch')
-sha256sums=('SKIP'
- 'SKIP')
+source=('git+https://github.com/eafer/rdrview.git')
+sha256sums=('SKIP')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
@@ -23,12 +21,6 @@ pkgver() {
git log -1 --format='%cd.%h' --date=short | tr -d -
}
-prepare() {
- cd "${srcdir}/${_pkgname}"
- patch -p1 -i ../ff9b0619235db1f1ab12f7d164affd9bc957a891.patch
-
-}
-
build() {
cd "${srcdir}/${_pkgname}"
make