summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoton892018-10-02 08:52:56 +0200
committerPhoton892018-10-02 08:52:56 +0200
commit455a10104fa06242020ca4df2bcf0261c31531b5 (patch)
tree81deb4f3feedacca6dd53a8bd4e9c192efd76aa6
parent7d4028306f5b1b7d804e2541c0eae04ea4adbb74 (diff)
downloadaur-455a10104fa06242020ca4df2bcf0261c31531b5.tar.gz
Update to 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca1669b8f573..7ef9730af54d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unreel
pkgdesc = A GUI to create Reveal presentations
- pkgver = 1.3.1_test
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/linux-man/unreel
arch = i686
@@ -13,9 +13,9 @@ pkgbase = unreel
depends = libappindicator-gtk2
depends = libxtst
depends = nss
- source = https://github.com/Photon89/unreel/archive/v1.3.1_test.tar.gz
+ source = https://github.com/linux-man/unreel/archive/v1.4.0.tar.gz
source = unreel.xml
- md5sums = 9089a74fa149a36dfafb251c37ee5bed
+ md5sums = a95b0fdd04dac4723a4f5194adf8b5e8
md5sums = 6aaa81cb3511288c44ffb8e4fe9e2b5f
pkgname = unreel
diff --git a/PKGBUILD b/PKGBUILD
index 051cf70c3229..7e0ea9acf2a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on PKGBUILD for wire-desktop by Conor Anderson
pkgname=unreel
-pkgver=1.3.1_test
+pkgver=1.4.0
pkgrel=1
pkgdesc="A GUI to create Reveal presentations"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url="https://github.com/linux-man/unreel"
license=('GPL3')
depends=('gconf' 'libnotify' 'libappindicator-gtk2' 'libxtst' 'nss')
makedepends=('npm' 'gendesk')
-source=("https://github.com/Photon89/unreel/archive/v$pkgver.tar.gz" "unreel.xml")
-md5sums=('9089a74fa149a36dfafb251c37ee5bed'
+source=("https://github.com/linux-man/unreel/archive/v$pkgver.tar.gz" "unreel.xml")
+md5sums=('a95b0fdd04dac4723a4f5194adf8b5e8'
'6aaa81cb3511288c44ffb8e4fe9e2b5f')
prepare() {
gendesk -f -n --name=Unreel --pkgname="${pkgname}" --pkgdesc="${pkgdesc}" --exec="${pkgname}" --categories="Office" --mimetypes="application/reel"