summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-05-22 17:58:14 -0600
committerMark Wagie2020-05-22 17:58:14 -0600
commite7b97632a3ddc9a54f61c86b5023bd7004e20ee4 (patch)
tree746bb2b186e98f29bab95e5fdb6529597f822bec
parentb4a8d382e7214d975024eaf1a3ee61f7238e21ae (diff)
downloadaur-e7b97632a3ddc9a54f61c86b5023bd7004e20ee4.tar.gz
revert patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 4 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69c76b045f21..7ea033130c42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nicotine-plus-git
pkgdesc = A graphical client for the SoulSeek peer-to-peer system
- pkgver = 1.4.1.r200.gc44f321e
+ pkgver = 1.4.1.r222.gd3a74fa0
pkgrel = 1
url = http://nicotine-plus.org
arch = any
@@ -25,9 +25,7 @@ pkgbase = nicotine-plus-git
conflicts = nicotine+
conflicts = nicotine
source = git+https://github.com/Nicotine-Plus/nicotine-plus.git
- source = https://github.com/Nicotine-Plus/nicotine-plus/pull/159.patch
sha256sums = SKIP
- sha256sums = 8704f91c40cde31b61a83acce7155937c8038aa785847fc78531b84bc2de2ebe
pkgname = nicotine-plus-git
diff --git a/PKGBUILD b/PKGBUILD
index cec0673d1231..f7a9b99a2973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
# Contributor: x-demon
pkgname=nicotine-plus-git
-pkgver=1.4.1.r200.gc44f321e
+pkgver=1.4.1.r222.gd3a74fa0
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
@@ -19,15 +19,8 @@ checkdepends=('python-pytest')
#checkdepends=('python-pytest-xvfb' 'robotframework' 'miniupnpc')
provides=("${pkgname%-git}" 'nicotine+' 'nicotine')
conflicts=("${pkgname%-git}" 'nicotine+' 'nicotine')
-source=('git+https://github.com/Nicotine-Plus/nicotine-plus.git'
- 'https://github.com/Nicotine-Plus/nicotine-plus/pull/159.patch')
-sha256sums=('SKIP'
- '8704f91c40cde31b61a83acce7155937c8038aa785847fc78531b84bc2de2ebe')
-
-prepare() {
- cd "$srcdir/${pkgname%-git}"
- patch -p1 -i "$srcdir/159.patch"
-}
+source=('git+https://github.com/Nicotine-Plus/nicotine-plus.git')
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"