summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPlaton Pronko2020-12-30 20:08:42 +0300
committerPlaton Pronko2020-12-30 20:08:42 +0300
commit8f4223e01c4f23edf723cc9b7d93f6033036cf80 (patch)
treea74aeda9fb7ebe535602c8e98b3e0ba57cf1ff92
parent9caccf14e5e47de151a557b2568423de76d58072 (diff)
downloadaur-8f4223e01c4f23edf723cc9b7d93f6033036cf80.tar.gz
remove python2-test.patch references
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47c06870ed09..39ebd410a21d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,9 +8,7 @@ pkgbase = python-num2words
checkdepends = python
makedepends = python-setuptools
source = https://github.com/savoirfairelinux/num2words/archive/v0.5.10.tar.gz
- source = python2-test.patch
sha256sums = ff107ecc0b6709bedf31fdb9e2ca45d29d3fd34b9eb6a0b89a862f337ac5ff00
- sha256sums = 059b34631c5d4f6d8bf7cda6681027e96b48a0a4e2e49c14759d0aeaed800398
pkgname = python-num2words
diff --git a/PKGBUILD b/PKGBUILD
index 6d48d40cb15d..592263e8d782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,8 @@ url='https://github.com/savoirfairelinux/num2words'
license=('LGPL')
makedepends=('python-setuptools')
checkdepends=('python')
-source=("https://github.com/savoirfairelinux/num2words/archive/v${pkgver}.tar.gz"
- 'python2-test.patch')
-sha256sums=('ff107ecc0b6709bedf31fdb9e2ca45d29d3fd34b9eb6a0b89a862f337ac5ff00'
- '059b34631c5d4f6d8bf7cda6681027e96b48a0a4e2e49c14759d0aeaed800398')
+source=("https://github.com/savoirfairelinux/num2words/archive/v${pkgver}.tar.gz")
+sha256sums=('ff107ecc0b6709bedf31fdb9e2ca45d29d3fd34b9eb6a0b89a862f337ac5ff00')
prepare() {
cd "${srcdir}/num2words-${pkgver}"