summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel E. Shub2021-04-07 18:39:11 -0400
committerDaniel E. Shub2021-04-07 18:39:11 -0400
commit671366e597bec58cc33c789bb766c69a9855361c (patch)
tree632cff2c9671a88dd73be3d2d8e0cb5a4d12023d
parent6eb9a3ce4634494783b9165ed248ca5ad2949754 (diff)
downloadaur-671366e597bec58cc33c789bb766c69a9855361c.tar.gz
1.3.4-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b44871d0bcd..b4a88e486a9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,16 @@
pkgbase = rememberthemilk
pkgdesc = The smart to-do app for busy people.
- pkgver = 1.3.3
+ pkgver = 1.3.4
pkgrel = 1
url = https://www.rememberthemilk.com
arch = x86_64
license = custom:none
license = MIT
license = Apache
+ source = https://www.rememberthemilk.com/download/linux/debian/pool/main/r/rememberthemilk/rememberthemilk_1.3.4_amd64.deb
+ sha256sums = e3d6171466cb3297a011e551c1fb562ee2f3696e64e7df16bbac88fb18b264f8
+
+pkgname = rememberthemilk
depends = gtk3
depends = libnotify
depends = nss
@@ -17,8 +21,4 @@ pkgbase = rememberthemilk
depends = libutil-linux
depends = libappindicator-gtk3
depends = libsecret
- source = https://www.rememberthemilk.com/download/linux/debian/pool/main/r/rememberthemilk/rememberthemilk_1.3.3_amd64.deb
- sha256sums = c96fbc1fa030cee28ecb1abe71f09fb49a61b63f71a353e51ca4bc0a50cd941d
-
-pkgname = rememberthemilk
diff --git a/PKGBUILD b/PKGBUILD
index e98de6b034a2..02f707296097 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
# Contributor: Tomas Kral <tomas.kral@gmail.com>
pkgname=rememberthemilk
-pkgver=1.3.3
+pkgver=1.3.4
pkgrel=1
pkgdesc="The smart to-do app for busy people."
arch=('x86_64')
url="https://www.rememberthemilk.com"
license=('custom:none' 'MIT' 'Apache')
source=("https://www.rememberthemilk.com/download/linux/debian/pool/main/r/rememberthemilk/rememberthemilk_${pkgver}_amd64.deb")
-sha256sums=('c96fbc1fa030cee28ecb1abe71f09fb49a61b63f71a353e51ca4bc0a50cd941d')
-depends=(gtk3 libnotify nss libxss libxtst xdg-utils at-spi2-atk libutil-linux libappindicator-gtk3 libsecret)
+sha256sums=('e3d6171466cb3297a011e551c1fb562ee2f3696e64e7df16bbac88fb18b264f8')
prepare() {
cd ${srcdir}
@@ -18,6 +17,7 @@ prepare() {
}
package() {
+ depends=(gtk3 libnotify nss libxss libxtst xdg-utils at-spi2-atk libutil-linux libappindicator-gtk3 libsecret)
cp -r ${srcdir}/opt ${pkgdir}
cp -r ${srcdir}/usr ${pkgdir}