summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalTeam2020-08-09 22:26:29 +0100
committerTheCynicalTeam2020-08-09 22:26:29 +0100
commitc68520d2da43fdb7309505b330748a7bbf8d72e2 (patch)
tree0eab5b38d1220db2f6873b587cf7c9b178eb1512
parent27c2592c23470dc066ddeba0c2df267fc61beb9e (diff)
downloadaur-c68520d2da43fdb7309505b330748a7bbf8d72e2.tar.gz
Update static releases
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f756bdbeeb07..4b089e1aa9ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,8 @@ pkgbase = i3-swallow
makedepends = git
depends = xdo
conflicts = i3-swallow-git
- source = git+https://github.com/TheCynicalTeam/i3-swallow.git
- md5sums = SKIP
+ source = https://github.com/TheCynicalTeam/i3-swallow/archive/2020.6.27-1.tar.gz
+ sha256sums = fbe01e0dcf58efb3bfff0c438c6dfc1644c881f0418dd0516b6af9011361b414
pkgname = i3-swallow
diff --git a/PKGBUILD b/PKGBUILD
index 05104f8b2003..02e9a40f56e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,11 +11,11 @@ depends=('xdo')
makedepends=('git')
conflicts=('i3-swallow-git')
changelog=
-source=("git+${url}.git")
-md5sums=('SKIP')
+source=("https://github.com/TheCynicalTeam/$pkgname/archive/$pkgver-$pkgrel.tar.gz")
+sha256sums=('fbe01e0dcf58efb3bfff0c438c6dfc1644c881f0418dd0516b6af9011361b414')
package() {
- cd "$srcdir/${pkgname}"
+ cd "$srcdir/$pkgname-$pkgver-$pkgrel"
install -Dm 755 swallow "$pkgdir/usr/bin/i3-swallow"
install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}