summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke2022-07-28 22:36:07 -0500
committerLuke2022-07-28 22:36:07 -0500
commit1e4839f72e260fa23799d1073320b378631c97a1 (patch)
treef0ca4f429bef271f9905a8ce2d6f67fe2bc78402
parent0807931ee8defe5082d48b01b0424cec6f6fd0dd (diff)
downloadaur-1e4839f72e260fa23799d1073320b378631c97a1.tar.gz
1.1.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 192444591f23..b24fab1bec91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = dye
pkgdesc = An ultrafast image colorizer tool
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 0
url = https://github.com/Infinitybeond1/dye
arch = x86_64
license = GPL3
- source = dye-1.1.0.zip::https://github.com/Infinitybeond1/dye/releases/download/v1.1.0/dye-linux-amd64.zip
+ source = dye-1.1.1.zip::https://github.com/Infinitybeond1/dye/releases/download/v1.1.1/dye-ubuntu-latest-amd64.zip
sha256sums = SKIP
pkgname = dye
diff --git a/PKGBUILD b/PKGBUILD
index 98bc31f0bd01..653f0c4fbb3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname='dye'
pkgdesc="An ultrafast image colorizer tool"
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=0
arch=('x86_64')
url="https://github.com/Infinitybeond1/dye"
license=('GPL3')
-source=("dye-$pkgver.zip::https://github.com/Infinitybeond1/dye/releases/download/v$pkgver/dye-linux-amd64.zip")
+source=("dye-$pkgver.zip::https://github.com/Infinitybeond1/dye/releases/download/v$pkgver/dye-ubuntu-latest-amd64.zip")
package() {
- install -D "dye/dye" "$pkgdir/usr/bin/dye"
+ install -D "dye" "$pkgdir/usr/bin/dye"
}
sha256sums=('SKIP')