summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej Dems2020-01-14 17:17:49 +0100
committerMaciej Dems2020-01-14 17:17:49 +0100
commit0e7c1c19a0750aad7001d7cf511cb349468581be (patch)
tree6fa2ee5ce8e9b971ec2f035813b213952b835f5c
parentb5f8562475fc3efa65eccf171eeb26f3ee12fdb3 (diff)
downloadaur-0e7c1c19a0750aad7001d7cf511cb349468581be.tar.gz
Fixed quotes in source URLs
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bf67cf3ecaa..1bcefec232a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=konwert
pkgver=1.8
debrel=13
-pkgrel=1
+pkgrel=2
pkgdesc="Charset conversion for files or terminal I/O"
arch=('i686' 'x86_64')
url="https://packages.debian.org/stable/konwert"
@@ -10,10 +10,9 @@ license=('GPL')
depends=(perl)
#makedepends=()
#optdepends=()
-source=('http://deb.debian.org/debian/pool/main/k/konwert/konwert_$pkgver.orig.tar.gz'
- 'http://deb.debian.org/debian/pool/main/k/konwert/konwert_$pkgver-$debrel.debian.tar.xz')
-md5sums=('838e73ec911ebf25816135cbfd0f7a04'
- '5b3541ccc205dfa399169c3e306f292b') #generate with 'makepkg -g'
+source=("http://deb.debian.org/debian/pool/main/k/konwert/konwert_$pkgver.orig.tar.gz"
+ "http://deb.debian.org/debian/pool/main/k/konwert/konwert_$pkgver-$debrel.debian.tar.xz")
+md5sums=('838e73ec911ebf25816135cbfd0f7a04' '5b3541ccc205dfa399169c3e306f292b')
prepare() {
cd "$srcdir/$pkgname-$pkgver"