summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Glinsky2024-06-06 13:41:57 +0300
committerVladislav Glinsky2024-06-06 13:41:57 +0300
commitc4843162312d94492c105d897c71403cdb9f1e13 (patch)
tree9feaaefaf611298b6e09df0d6f6cfe9a18ee76f0
parentbfaa18a5639bb2e1cec1b75c07aeeb6d912ba259 (diff)
downloadaur-c4843162312d94492c105d897c71403cdb9f1e13.tar.gz
Bump pkgrel, update .SRCINFO
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66094adc1d27..2e8bdab9f50a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
-# Generated by mksrcinfo v8
-# Sun Dec 6 21:28:02 UTC 2015
pkgbase = pidgin-quote-text
pkgdesc = Quote selected message into the entry area
pkgver = 0.9.3
- pkgrel = 2
+ pkgrel = 3
url = https://launchpad.net/quote/
arch = any
license = GPL2
+ makedepends = git
depends = pidgin
- source = git://github.com/pomozoff/quotetext.git
+ source = git+https://github.com/pomozoff/quotetext.git
source = replace_internal_h.patch
source = Makefile
md5sums = SKIP
@@ -16,4 +15,3 @@ pkgbase = pidgin-quote-text
md5sums = ea42e6a112fc97896f5b09fe12e27fd6
pkgname = pidgin-quote-text
-
diff --git a/PKGBUILD b/PKGBUILD
index d411cc6f56e1..4bcc6043947c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pidgin-quote-text
pkgver=0.9.3
-pkgrel=2
+pkgrel=3
pkgdesc="Quote selected message into the entry area"
arch=('any')
url="https://launchpad.net/quote/"