summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-04-18 11:15:39 -0600
committerMark Wagie2021-04-18 11:15:39 -0600
commit1233dd6a05b283f044a7d1c544154d8f0c502351 (patch)
treec7e0931ecec4b22fd93f2d65227099d85042134e
parent71a6798605804a62e3165dcba685b780e0d37088 (diff)
downloadaur-1233dd6a05b283f044a7d1c544154d8f0c502351.tar.gz
fix pkgver
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD2
-rw-r--r--qt511.patch13
4 files changed, 9 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a87921cebe80..d7f41f6ed396 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hotshots-git
pkgdesc = Screenshot and annotation software
- pkgver = r19.e3712ae1
+ pkgver = r19.e3712ae
pkgrel = 1
url = https://github.com/obiwankennedy/HotShots
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4dab8d6386e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 49906f5929d0..6ddfee4143ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=hotshots-git
-pkgver=r19.e3712ae1
+pkgver=r19.e3712ae
pkgrel=1
pkgdesc="Screenshot and annotation software"
arch=('x86_64')
diff --git a/qt511.patch b/qt511.patch
deleted file mode 100644
index 46b77f6d8e87..000000000000
--- a/qt511.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -cr a/src/AboutDialog.h b/src/AboutDialog.h
-*** a/src/AboutDialog.h 2018-08-21 20:19:11.097055938 +0300
---- b/src/AboutDialog.h 2018-08-21 20:06:15.323546858 +0300
-***************
-*** 22,27 ****
---- 22,28 ----
- #define _DIALOGABOUT_H_
-
- #include <QDialog>
-+ #include <QAction>
- #include "ui_AboutDialog.h"
-
- class QListWidgetItem;