summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse R. Adams2015-11-13 16:09:30 -0800
committerJesse R. Adams2015-11-13 16:09:30 -0800
commit1be4da94d8c12369564e02cba85af3657f2b5738 (patch)
tree8eae67f78ba55fc8f7612f05555c426da622f98c
parent0b88c99b27d7b785d56ac3ef1cd766a5b3eb9e87 (diff)
downloadaur-1be4da94d8c12369564e02cba85af3657f2b5738.tar.gz
Updated to 1.2.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad0f6a3adc2c..a90fadb83530 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bibfilex-qt
pkgdesc = A free bibliographic manager for GNU/Linux
- pkgver = 1.2.5.0
+ pkgver = 1.2.6.0
pkgrel = 1
url = https://sites.google.com/site/bibfilex/home
arch = i686
arch = x86_64
license = GPLv3
depends = qt5-base
- source = https://sites.google.com/site/bibfilex/download/bibfilex-qt_1.2.5.0_.deb?attredirects=0&d=1
+ source = https://sites.google.com/site/bibfilex/download/bibfilex-qt_1.2.6.0_.deb?attredirects=0&d=1
pkgname = bibfilex-qt
diff --git a/PKGBUILD b/PKGBUILD
index 43f5c6208673..1e2887647f70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=bibfilex-qt
name=bibfilex-qt
-pkgver=1.2.5.0
+pkgver=1.2.6.0
pkgrel=1
pkgdesc="A free bibliographic manager for GNU/Linux"
arch=('i686' 'x86_64')
@@ -14,10 +14,10 @@ fi
if [ "${CARCH}" = 'x86_64' ]; then
ARCH='amd64'
- md5sums=('61a5d047d4075eeb213d5033b767dac6')
+ md5sums=('98f1383a9ba707e0cc59da2f1873b8fb')
elif [ "${CARCH}" = 'i686' ]; then
ARCH='i386'
- md5sums=('0621bdb94bd60a3a54d24be85ccc96d7')
+ md5sums=('a4164181a78666fe47738ff7612293a8')
fi
source=("https://sites.google.com/site/bibfilex/download/${pkgname}_${pkgver}_${ARCH}.deb?attredirects=0&d=1")