summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Lozon2023-10-22 09:51:49 -0400
committerNick Lozon2023-10-22 09:51:49 -0400
commitb923a1f2ecb5ee325b7ee1944bcf719e246be5ae (patch)
tree7303ba8fccde07260a6362d1c421c7c116bee081
parent00edcb100bf3981b47af69777e1b5620e8f6b625 (diff)
downloadaur-b923a1f2ecb5ee325b7ee1944bcf719e246be5ae.tar.gz
update upstream url, add .gitignore
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dafbda08ecba..7d60cdaf32e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = pomatez
pkgdesc = Stay Focused. Take a Break.
pkgver = 1.3.1
pkgrel = 1
- url = https://roldanjr.github.io/pomatez/
+ url = https://zidoro.github.io/pomatez/
arch = x86_64
license = MIT
makedepends = tar
@@ -16,7 +16,7 @@ pkgbase = pomatez
depends = util-linux-libs
depends = libappindicator-gtk3
depends = libsecret
- source = https://github.com/roldanjr/pomatez/releases/download/v1.3.1/Pomatez-v1.3.1-linux-amd64.deb
+ source = https://github.com/zidoro/pomatez/releases/download/v1.3.1/Pomatez-v1.3.1-linux-amd64.deb
sha512sums = 81dc8a92c69cfd9f685ced51b3e66c168de9e94d6c0842b0a291e4d3e141e169761c90df82848ffd95c4e557cfffc360ea898c2229644fb20cc31a8386b898e1
pkgname = pomatez
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..831ba168e56c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+*.deb
+*.zst
diff --git a/PKGBUILD b/PKGBUILD
index 7c70666b0cb8..134d8e838ddb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ pkgver=1.3.1
pkgrel=1
pkgdesc="Stay Focused. Take a Break."
arch=('x86_64')
-url="https://roldanjr.github.io/pomatez/"
+url="https://zidoro.github.io/pomatez/"
license=('MIT')
makedepends=('tar')
depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libappindicator-gtk3' 'libsecret')
-source=("https://github.com/roldanjr/pomatez/releases/download/v${pkgver}/Pomatez-v${pkgver}-linux-amd64.deb")
+source=("https://github.com/zidoro/pomatez/releases/download/v${pkgver}/Pomatez-v${pkgver}-linux-amd64.deb")
sha512sums=('81dc8a92c69cfd9f685ced51b3e66c168de9e94d6c0842b0a291e4d3e141e169761c90df82848ffd95c4e557cfffc360ea898c2229644fb20cc31a8386b898e1')
package() {