summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorСтрахиња Радић2021-10-07 19:24:35 +0200
committerСтрахиња Радић2021-10-07 19:24:35 +0200
commitfaaf31c65901898d42ec17bb14eb0d2f187fa5aa (patch)
tree2925237a7c88e0a69b36260a414b2ad6ee871930
parent7904157db1c3e3c76e1a0b73961ac660df67d21c (diff)
downloadaur-faaf31c65901898d42ec17bb14eb0d2f187fa5aa.tar.gz
Remove gcc from depends, move gzip to makedepends
Signed-off-by: Страхиња Радић <contact@strahinja.org>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6afd0921d957..ecf41310cb7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = poe
pkgdesc = .po file editor
pkgver = v1.3.4
- pkgrel = 2
+ pkgrel = 3
url = https://strahinja.srht.site/poe
arch = x86_64
license = GPL3
- depends = gcc
- depends = gzip
+ makedepends = gzip
source = poe-v1.3.4.tar.gz::https://git.sr.ht/~strahinja/poe/archive/v1.3.4.tar.gz
md5sums = b79d8703819ab6b5367e43101f27c755
diff --git a/PKGBUILD b/PKGBUILD
index 95eb77dcca7a..de378b4669a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Strahinya Radich <contact@strahinja.org>
pkgname=poe
pkgver=v1.3.4
-pkgrel=2
+pkgrel=3
pkgdesc=".po file editor"
arch=('x86_64')
url="https://strahinja.srht.site/poe"
license=('GPL3')
-depends=('gcc' 'gzip')
+makedepends=('gzip')
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~strahinja/poe/archive/$pkgver.tar.gz")
md5sums=('b79d8703819ab6b5367e43101f27c755')